diff options
| author | 2022-05-30 09:37:10 -0700 | |
|---|---|---|
| committer | 2022-05-30 09:37:10 -0700 | |
| commit | f94e5f3e29859ac27159c3afbef6869d10906201 (patch) | |
| tree | 1b8f91fbc91fdfcfbc605658823b6062b39e4f31 /requirements/pip-tools.pip | |
| parent | Replace ASCII diagram with mermaid sequence diagram (diff) | |
| parent | Rebuild the container before running the test command (diff) | |
Merge #139 - use pip-tools instead of Pipenv
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 |