Skip to content

Commit

Permalink
Limit dev-requirements to python 2.6 compat versions.
Browse files Browse the repository at this point in the history
This should only apply to 1.17-2.3; 2.4 drops python 2.6
  • Loading branch information
bitprophet committed Nov 7, 2017
1 parent 1697b84 commit 4c37640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Older junk
tox>=1.4,<1.5
# For newer tasks like building Sphinx docs.
invoke>=0.13,<2.0
invocations>=0.13,<2.0
invoke>=0.13,<=0.21.0
invocations>=0.13,<=0.20.0
sphinx>=1.1.3,<1.5
alabaster>=0.7.5,<2.0
releases>=1.1.0,<2.0
releases>=1.1.0,<1.4.0
semantic_version<3.0
wheel==0.24
twine==1.9.1
Expand Down

0 comments on commit 4c37640

Please sign in to comment.