mirror of
https://github.com/vale981/releases
synced 2025-03-05 09:41:42 -05:00
Re-tighten to avoid backwards incompat sphinx
This commit is contained in:
parent
c04de0eb17
commit
f5fcad350f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue