Skip to content

Commit

Permalink
remove hashes because poetry generates incorrect requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
purificant committed Dec 19, 2023
1 parent 9b73ffc commit 8f001d9
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 510 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lock:
# ensure lock file is up to date
poetry lock
# export requirements to simplify external build processes
poetry export --with dev --output requirements-dev.txt
poetry export --with dev --output requirements-dev.txt --without-hashes

# run tests
test:
Expand Down
Loading

0 comments on commit 8f001d9

Please sign in to comment.