Skip to content
Snippets Groups Projects
Commit 8c746e3e authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

no more --allow-all-external

parent b1d1a7cc
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ 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
/app/.heroku/python/bin/pip install -r requirements.txt --exists-action=w --src=./.heroku/src --disable-pip-version-check --no-cache-dir | cleanup | log-output | indent
PIP_STATUS="${PIPESTATUS[0]}"
set -e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment