Freeze requirements
This commit is contained in:
parent
669b687722
commit
5c594b5e41
3 changed files with 550 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -15,4 +15,7 @@ test:
|
|||
|
||||
|
||||
|
||||
ci: lint types test
|
||||
ci: lint types test
|
||||
|
||||
freeze:
|
||||
poetry export --format=requirements.txt > requirements.frozen.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue