chore: init base dependency management
This commit is contained in:
parent
751dae6f9e
commit
5b3c57e32f
5 changed files with 582 additions and 11 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.PHONY: requirements.txt requirements-dev.txt
|
||||
|
||||
requirements.txt:
|
||||
.venv/bin/pipenv requirements > requirements.txt
|
||||
|
||||
requirements-dev.txt:
|
||||
.venv/bin/pipenv requirements --dev-only > requirements-dev.txt
|
||||
Loading…
Add table
Add a link
Reference in a new issue