diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-11-07 11:14:55 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-11-07 11:15:05 -0800 |
commit | 4c3764006832b3c1f5975422fab03401cd41e447 (patch) | |
tree | 054f9c193ba3f917f3180272bd83b53a8bdddfe6 | |
parent | 1697b84861948fbc7d7cf443022c873c655c1224 (diff) |
Limit dev-requirements to python 2.6 compat versions.
This should only apply to 1.17-2.3; 2.4 drops python 2.6
-rw-r--r-- | dev-requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index 41fea798..2cb0d768 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -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 |