Skip to content

Commit

Permalink
Fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
XayOn committed Nov 3, 2018
1 parent 2b58059 commit 810acc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ def update_reqs():
return
subprocess.check_call('pipenv lock', shell=True)
subprocess.check_call(
'pipenv lock -r | cut -d\- -f1 > tools/pip-requires',
'pipenv lock -r > tools/pip-requires',
shell=True)
subprocess.check_call(
'pipenv lock --dev -r |cut -d\- -f1 > tools/test-requires',
'pipenv lock --dev -r > tools/test-requires',
shell=True)


Expand Down

0 comments on commit 810acc0

Please sign in to comment.