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 authored Nov 14, 2023
1 parent e50b23e commit 1875229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fi

# Plugin is 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 1875229

Please sign in to comment.