Commit 5794bacb authored by Kenneth Reitz's avatar Kenneth Reitz

cleanup

parent e29b60dc
...@@ -20,7 +20,6 @@ if [[ -f Pipfile ]]; then ...@@ -20,7 +20,6 @@ if [[ -f Pipfile ]]; then
/app/.heroku/python/bin/pip install pipenv --upgrade &> /dev/null /app/.heroku/python/bin/pip install pipenv --upgrade &> /dev/null
/app/.heroku/python/bin/pipenv lock --requirements --no-hashes > $BUILD_DIR/requirements.txt 2> /dev/null /app/.heroku/python/bin/pipenv lock --requirements --no-hashes > $BUILD_DIR/requirements.txt 2> /dev/null
cat requirements.txt
pipstrip requirements.txt pipstrip requirements.txt
fi fi
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment