Skip to content
Snippets Groups Projects
Commit e29b60dc authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

cleanups

parent 7c95b156
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ if [[ -f Pipfile ]]; then
puts-step "Generating 'requirements.txt' with pipenv"
/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
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment