Try unpinning docutils for 0.18b1 testing

This commit is contained in:
Anthony Johnson 2021-10-20 15:55:16 -07:00
parent d64dadf1ce
commit 9c791fdd83
No known key found for this signature in database
GPG Key ID: 709FE91423F05AA0

View File

@ -119,7 +119,7 @@ setup(
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
install_requires=[
'sphinx>=1.6',
'docutils<0.18',
'docutils<0.19',
],
tests_require=[
'pytest',