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.in | |
| 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.in')
| -rw-r--r-- | requirements/pip-tools.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/requirements/pip-tools.in b/requirements/pip-tools.in new file mode 100644 index 0000000..e459df9 --- /dev/null +++ b/requirements/pip-tools.in @@ -0,0 +1,6 @@ +-c coverage.pip +-c lint.pip +-c requirements.pip + +# Minimum version which supports pip>=22.1 +pip-tools>=6.6.1 |