We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e50b23e + c35627c commit 121cf9bCopy full SHA for 121cf9b
bin/compile
@@ -58,9 +58,9 @@ if [ "${POETRY_VERSION:0:3}" = "1.2" ] ; then
58
poetry config virtualenvs.create false | indent
59
fi
60
61
-# Plugin is needs to be installed explicitly in future versions of Poetry
+# Plugin needs to be installed explicitly in future versions of Poetry
62
log "Install poetry-plugin-export"
63
-poetry self add poetry-plugin-export | indent
+poetry self add 'poetry-plugin-export@*' | indent
64
65
REQUIREMENTS_FILE="requirements.txt"
66
0 commit comments