--allow-all-external

This commit is contained in:
Kenneth Reitz
2014-02-21 10:04:23 -06:00
parent 5645a433dc
commit 483e30a5ba
+1
View File
@@ -221,6 +221,7 @@ puts-step "Installing dependencies using Pip ($PIP_VERSION)"
[ "$FRESH_PYTHON" ] && bpwatch start pip_install_first
/app/.heroku/python/bin/pip install -r requirements.txt --exists-action=w --src=./.heroku/src | cleanup | indent
/app/.heroku/python/bin/pip install -r requirements.txt --exists-action=w --src=./.heroku/src --allow-all-external | cleanup | indent
[ ! "$FRESH_PYTHON" ] && bpwatch stop pip_install
[ "$FRESH_PYTHON" ] && bpwatch stop pip_install_first