diff --git a/bin/steps/pipenv b/bin/steps/pipenv index a61301eeae64b102235d72ec7b4463fb419a6c47..0fdcaff14ae6718cd077369607252eac26defc4b 100755 --- a/bin/steps/pipenv +++ b/bin/steps/pipenv @@ -38,10 +38,6 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then export PIP_EXTRA_INDEX_URL fi - # if [[ -f .heroku/python/requirements-declared.txt ]]; then - # cp .heroku/python/requirements-declared.txt requirements.txt - # fi - # Install pipenv. /app/.heroku/python/bin/pip install pipenv --upgrade &> /dev/null