Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Jun 28, 2023
1 parent d864726 commit ab93599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
python_requires='>=3.7, <4',
install_requires=requirements,
extras_require={
'docs': ['sphinx', 'sphinx-autodoc-typehints>=1.2.0', 'sphinx-rtd-theme'],
'docs': ['sphinx<7', 'sphinx-autodoc-typehints>=1.2.0', 'sphinx-rtd-theme'],
'test': ['nose2[coverage_plugin]']
},
setup_requires=[
Expand Down

0 comments on commit ab93599

Please sign in to comment.