mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
+1
-1
@@ -7,7 +7,7 @@ export PIPENV_FORCE_COLOR=1
|
||||
# Pipenv support (Generate requriements.txt with pipenv).
|
||||
if [[ -f Pipfile ]]; then
|
||||
if [[ ! -f requirements.txt ]]; then
|
||||
puts-step "Installing requirements with latest Pipenv..."
|
||||
puts-step "Installing requirements with latest Pipenv…"
|
||||
|
||||
# Install pipenv.
|
||||
/app/.heroku/python/bin/pip install git+https://github.com/kennethreitz/pipenv.git#egg=pipenv --upgrade &> /dev/null
|
||||
|
||||
Reference in New Issue
Block a user