mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Update pipenv
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then
|
||||
fi
|
||||
|
||||
# Install pipenv.
|
||||
/app/.heroku/python/bin/pip install pipenv==11.6.1 --upgrade &> /dev/null
|
||||
/app/.heroku/python/bin/pip install pipenv==11.7.1 --upgrade &> /dev/null
|
||||
|
||||
# Install the dependencies.
|
||||
if [[ ! -f Pipfile.lock ]]; then
|
||||
|
||||
Reference in New Issue
Block a user