mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-18 12:27:50 +02:00
feat: avoid dev dependencies in requirements file
This commit is contained in:
parent
909fac4702
commit
88e8d1feab
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -35,7 +35,7 @@ coverage:
|
|||
poetry run python -m coverage html
|
||||
|
||||
update-requirements-file:
|
||||
poetry update && poetry export --output requirements.txt
|
||||
poetry update && poetry export --without dev --output requirements.txt
|
||||
|
||||
sync-to-blitz:
|
||||
bash scripts/sync_to_blitz.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue