Skip to content

Commit

Permalink
Merge pull request #126 from jakirkham/unpin_setuptools_reqs
Browse files Browse the repository at this point in the history
Unpin setuptools requirements
  • Loading branch information
alimanfoo committed Feb 24, 2017
2 parents f8da93a + d3d2c0a commit e3d29c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pinned dependencies for the development and CI environment
appdirs==1.4.1
appdirs
args==0.1.0
clint==0.5.1
coverage==4.3.4
Expand All @@ -10,7 +10,7 @@ mccabe==0.6.1
monotonic==1.2
nose==1.3.7
numpy==1.12.0
packaging==16.8
packaging
pkginfo==1.4.1
pluggy==0.4.0
py==1.4.32
Expand All @@ -20,7 +20,7 @@ pyparsing==2.1.10
requests==2.13.0
requests-toolbelt==0.7.1
setuptools-scm==1.15.0
six==1.10.0
six
tox==2.6.0
twine==1.8.1
virtualenv==15.1.0

0 comments on commit e3d29c3

Please sign in to comment.