diff options
Diffstat (limited to 'requirements/pip-tools.pip')
| -rw-r--r-- | requirements/pip-tools.pip | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/requirements/pip-tools.pip b/requirements/pip-tools.pip new file mode 100644 index 0000000..46d53d0 --- /dev/null +++ b/requirements/pip-tools.pip @@ -0,0 +1,22 @@ +# +# This file is autogenerated by pip-compile with python 3.10 +# To update, run: +# +# pip-compile --output-file=requirements/pip-tools.pip requirements/pip-tools.in +# +click==8.1.3 + # via pip-tools +pep517==0.12.0 + # via pip-tools +pip-tools==6.6.2 + # via -r requirements/pip-tools.in +tomli==2.0.1 + # via + # -c requirements/coverage.pip + # pep517 +wheel==0.37.1 + # via pip-tools + +# The following packages are considered to be unsafe in a requirements file: +# pip +# setuptools |