Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: moneymeets/python-poetry-buildpack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 187522998b35daa7189acd56b665c65d7c4305c8
Choose a base ref
..
head repository: moneymeets/python-poetry-buildpack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c35627c77fd1a182cc806dc81b2e37030358961c
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 bin/compile
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
@@ -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"