Skip to content

Commit

Permalink
Switch to using lass than for docutils pin
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Jul 21, 2019
1 parent a82fcf7 commit add5c8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements-docs.txt
@@ -1,3 +1,3 @@
docutils!=0.15
docutils>=0.10,<0.15
Sphinx>=1.1.3,<1.3
guzzle_sphinx_theme>=0.7.10,<0.8
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -2,6 +2,6 @@ tox>=2.5.0,<3.0.0
nose==1.3.7
mock==1.3.0
wheel==0.24.0
docutils>=0.10,!=0.15
docutils>=0.10,<0.15
behave==1.2.5
jsonschema==2.5.1
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -6,7 +6,7 @@ requires-dist =
python-dateutil>=2.1,<2.7.0; python_version=="2.6"
python-dateutil>=2.1,<3.0.0; python_version>="2.7"
jmespath>=0.7.1,<1.0.0
docutils>=0.10,!=0.15
docutils>=0.10,<0.15
ordereddict==1.1; python_version=="2.6"
simplejson==3.3.0; python_version=="2.6"
urllib3>=1.20,<1.23; python_version=="3.3"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


requires = ['jmespath>=0.7.1,<1.0.0',
'docutils>=0.10,!=0.15']
'docutils>=0.10,<0.15']


if sys.version_info[:2] == (2, 6):
Expand Down

0 comments on commit add5c8b

Please sign in to comment.