Skip to content

Commit

Permalink
fix: remove hashes from requirements so git package can be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
mhairifin authored and alastairtree committed Aug 16, 2024
1 parent 8dbd7da commit 455277f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ poetry build

# output a requierments.txt file used by docker during the build
poetry self add poetry-plugin-export
poetry export --format=requirements.txt > dist/requirements.txt
poetry export --without-hashes --format=requirements.txt > dist/requirements.txt

# move the files into a folder with the python version
mkdir -p dist/python$PYTHON_VERSION
Expand Down

0 comments on commit 455277f

Please sign in to comment.