Commit 558e748e authored by Kenneth Reitz's avatar Kenneth Reitz

trying something else

parent dec86fbc
...@@ -5,14 +5,14 @@ puts-step "Installing dependencies with pip" ...@@ -5,14 +5,14 @@ puts-step "Installing dependencies with pip"
[ "$FRESH_PYTHON" ] && bpwatch start pip_install_first [ "$FRESH_PYTHON" ] && bpwatch start pip_install_first
set +e 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 /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 if [[ "$?" ]]; then
echo "an error occurred." echo "an error occurred."
exit exit
fi fi
set -e
# Smart Requirements handling # Smart Requirements handling
cp requirements.txt .heroku/python/requirements-declared.txt cp requirements.txt .heroku/python/requirements-declared.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment