Skip to content

Commit

Permalink
Merge pull request moneymeets#68 from moneymeets/feature/fix-export-p…
Browse files Browse the repository at this point in the history
…lugin-installation

fix(compile): fix compatibility with older versions of poetry (moneymeets#67)
  • Loading branch information
mm-matthias authored Nov 14, 2023
2 parents e50b23e + c35627c commit 121cf9b
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 121cf9b

Please sign in to comment.