We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5ff6f commit 7ba88adCopy full SHA for 7ba88ad
install_poetry/install_poetry.sh
@@ -65,6 +65,7 @@ fi;
65
66
if [[ "$(echo "$EXPORT_REQUIREMENTS" | tr '[:upper:]' '[:lower:]')" == "true" ]]; then
67
REQUIREMENTS_ABSOLUTE_PATH="$PWD/$REQUIREMENTS_PATH"
68
+ poetry self add poetry-plugin-export
69
# shellcheck disable=SC2086
70
poetry export -f requirements.txt --output "$REQUIREMENTS_ABSOLUTE_PATH" --without-hashes $EXPORT_ADDITIONAL_OPTIONS
71
echo "requirements exported to $REQUIREMENTS_ABSOLUTE_PATH"
0 commit comments