mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
trying something else
This commit is contained in:
@@ -5,14 +5,14 @@ puts-step "Installing dependencies with pip"
|
||||
[ "$FRESH_PYTHON" ] && bpwatch start pip_install_first
|
||||
|
||||
set +e
|
||||
|
||||
/app/.heroku/python/bin/pip install -r requirements.txt --exists-action=w --src=./.heroku/src --allow-all-external --disable-pip-version-check --no-cache-dir | cleanup | log-output | indent
|
||||
set -e
|
||||
|
||||
if [[ "$?" ]]; then
|
||||
echo "an error occurred."
|
||||
exit
|
||||
fi
|
||||
set -e
|
||||
|
||||
|
||||
# Smart Requirements handling
|
||||
cp requirements.txt .heroku/python/requirements-declared.txt
|
||||
|
||||
Reference in New Issue
Block a user