mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
no debug
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ if [[ -f Pipfile ]]; then
|
||||
if [[ ! -f requirements.txt ]]; then
|
||||
|
||||
puts-step "Installing pipenv"
|
||||
/app/.heroku/python/bin/python $ROOT_DIR/vendor/get-pipenv.py #&> /dev/null
|
||||
/app/.heroku/python/bin/python $ROOT_DIR/vendor/get-pipenv.py &> /dev/null
|
||||
|
||||
puts-step "Generating 'requirements.txt' with pipenv"
|
||||
/app/.heroku/python/bin/pipenv lock --requirements > requirements.txt 2> /dev/null
|
||||
|
||||
Reference in New Issue
Block a user