Skip to content

Commit

Permalink
Also don't hardcode the dev requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
krischer committed Jun 24, 2019
1 parent 76f0b04 commit f85b48c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage==4.4.1
nose==1.3.7
pylint==1.7.2
tox==2.8.2
twine==1.12.1
coverage>=4.4.1
nose>=1.3.7
pylint>=1.7.2
tox>=2.8.2
twine>=1.12.1

0 comments on commit f85b48c

Please sign in to comment.