Re-tighten to avoid backwards incompat sphinx

This commit is contained in:
Jeff Forcier 2017-05-22 10:52:32 -07:00
parent c04de0eb17
commit f5fcad350f

View file

@ -18,7 +18,7 @@ setup(
packages=['releases'],
install_requires=[
'semantic_version<3.0',
'sphinx>=1.3',
'sphinx>=1.3,<2',
],
classifiers=[
'Development Status :: 5 - Production/Stable',