diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -288,9 +288,9 @@ setup( "doc8", "pyenchant >= 1.6.11", "readme_renderer >= 16.0", - "sphinx", + "sphinx >= 1.6.5", "sphinx_rtd_theme", - "sphinxcontrib-spelling", + "sphinxcontrib-spelling >= 4.0.1", ], "pep8test": [ "flake8", |