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.
1 parent 9fc699c commit e3c6b1dCopy full SHA for e3c6b1d
bin/compile
@@ -62,6 +62,12 @@ fi
62
log "Install poetry-plugin-export"
63
poetry self add 'poetry-plugin-export@*' | indent
64
65
+# Disabled warning about manually installing export plugin
66
+# https://python-poetry.org/blog/announcing-poetry-1.8.0/#removing-poetry-plugin-export-from-the-default-installation
67
+if [ "${POETRY_VERSION:0:3}" = "1.8" ] ; then
68
+ poetry config warnings.export false
69
+fi
70
+
71
REQUIREMENTS_FILE="requirements.txt"
72
73
log "Export $REQUIREMENTS_FILE from Poetry"
0 commit comments