Skip to content

Commit

Permalink
fix(compile): fix compatibility with older versions of poetry (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
mm-matthias committed Nov 14, 2023
1 parent e50b23e commit c35627c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ if [ "${POETRY_VERSION:0:3}" = "1.2" ] ; then
poetry config virtualenvs.create false | indent
fi

# Plugin is needs to be installed explicitly in future versions of Poetry
# Plugin needs to be installed explicitly in future versions of Poetry
log "Install poetry-plugin-export"
poetry self add poetry-plugin-export | indent
poetry self add 'poetry-plugin-export@*' | indent

REQUIREMENTS_FILE="requirements.txt"

Expand Down

0 comments on commit c35627c

Please sign in to comment.