From 8c746e3e177185eadc8174e3cf4dbf0022533fe8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Tue, 26 Jan 2016 16:51:59 -0500 Subject: [PATCH] no more --allow-all-external --- bin/steps/pip-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/steps/pip-install b/bin/steps/pip-install index 3e950e6b..7c0725fd 100755 --- a/bin/steps/pip-install +++ b/bin/steps/pip-install @@ -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 -- GitLab