don't use the git version of pipenv

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-26 11:03:48 -04:00
parent 95cc7a4951
commit ffe0c305ee
+1 -1
View File
@@ -10,7 +10,7 @@ if [[ -f Pipfile ]]; then
puts-step "Installing requirements with latest Pipenv…"
# Install pipenv.
/app/.heroku/python/bin/pip install git+https://github.com/kennethreitz/pipenv.git#egg=pipenv --upgrade &> /dev/null
/app/.heroku/python/bin/pip pipenv --upgrade &> /dev/null
if [[ ! -f Pipfile.lock ]]; then
/app/.heroku/python/bin/pipenv install --system --skip-lock 2>&1 | indent