From 6b830fe81e8e1e857328d9b72f8918ac29460a2d Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 12 Feb 2020 14:42:00 +0100 Subject: Fix not needed version requirements. --- setup.py | 3 +-- tox.ini | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 1a241ab..fa85aae 100644 --- a/setup.py +++ b/setup.py @@ -196,8 +196,7 @@ setup(name='zope.security', ], 'test': TESTS_REQUIRE, 'docs': [ - 'Sphinx < 2; python_version < "3"', - 'Sphinx; python_version >= "3"', + 'Sphinx', 'repoze.sphinx.autointerface', ], }, diff --git a/tox.ini b/tox.ini index fb50343..51c5d44 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,6 @@ extras = test docs deps = - py27,py27-watch,pypy: sphinxcontrib-websupport < 1.2 [testenv:py27-watch] basepython = -- cgit v1.2.1