Skip to content
Snippets Groups Projects
Commit 2881d65e authored by Kenneth Reitz's avatar Kenneth Reitz Committed by GitHub
Browse files

Update pipenv

parent 1696e7ce
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ if [[ -f Pipfile ]]; then
if [[ ! -f requirements.txt ]]; then
puts-step "Generating 'requirements.txt' with pipenv"
pip install git+https://github.com/kennethreitz/pipenv.git#egg=pipenv &> /dev/null
pip install pipenv --upgrade &> /dev/null
pipenv lock --requirements > requirements.txt 2> /dev/null
pipstrip requirements.txt
......
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