Skip to content

Commit

Permalink
Fix not needed version requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 12, 2020
1 parent d726f9d commit 6b830fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -196,8 +196,7 @@ def __str__(self):
],
'test': TESTS_REQUIRE,
'docs': [
'Sphinx < 2; python_version < "3"',
'Sphinx; python_version >= "3"',
'Sphinx',
'repoze.sphinx.autointerface',
],
},
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -13,7 +13,6 @@ extras =
test
docs
deps =
py27,py27-watch,pypy: sphinxcontrib-websupport < 1.2

[testenv:py27-watch]
basepython =
Expand Down

0 comments on commit 6b830fe

Please sign in to comment.