diff options
| author | adamjanovsky | 2022-04-05 14:45:22 +0200 |
|---|---|---|
| committer | GitHub | 2022-04-05 14:45:22 +0200 |
| commit | c73e0e0209d3a846863845729071e29511d0fbc7 (patch) | |
| tree | bbeeccf0480f33cabb2e439b6d84734192fdaca1 /requirements/compile.sh | |
| parent | b0e4e9ed1a25f163dab45980cc5a32bcb0dacee9 (diff) | |
| parent | e243d3cb782f1cad166be7b27ea38465352d0b05 (diff) | |
| download | sec-certs-0.0.4.tar.gz sec-certs-0.0.4.tar.zst sec-certs-0.0.4.zip | |
Merge pull request #186 from crocs-muni/refactor/better-requirements0.0.4
Refactor/better requirements
Diffstat (limited to 'requirements/compile.sh')
| -rwxr-xr-x | requirements/compile.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/requirements/compile.sh b/requirements/compile.sh new file mode 100755 index 00000000..4d077764 --- /dev/null +++ b/requirements/compile.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# See CONTRIBUTING.md for description + +pip-compile requirements.in --no-header --annotation-style line +pip-compile dev_requirements.in --no-header --annotation-style line +pip-compile test_requirements.in --no-header --annotation-style line |
