Skip to content

Commit

Permalink
Fix problem with extras not embedded in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrukwa committed Jan 21, 2021
1 parent aff2145 commit bd5143f
Show file tree
Hide file tree
Showing 5 changed files with 380 additions and 175 deletions.
2 changes: 1 addition & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
poetry export -f requirements.txt --output requirements.txt
poetry export -f requirements.txt --output requirements.txt --extras all
poetry export -f requirements.txt --output requirements-dev.txt --dev
git add requirements.txt requirements-dev.txt

0 comments on commit bd5143f

Please sign in to comment.