diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 148836987b..1ce5dae7b1 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -192,6 +192,7 @@ Contributors * PyMan Claudio Marinozzi * Jeffrey Chau * Craig Loftus +* MattRijk Translators =========== diff --git a/setup.py b/setup.py index 6f4cd52967..d92b20f29b 100755 --- a/setup.py +++ b/setup.py @@ -53,11 +53,11 @@ testing_extras = [ # Documentation dependencies documentation_extras = [ + 'pyenchant==1.6.6', + 'sphinxcontrib-spelling>=2.3.0', 'Sphinx>=1.3.1', 'sphinx-autobuild>=0.5.2', 'sphinx_rtd_theme>=0.1.8', - 'sphinxcontrib-spelling==2.1.1', - 'pyenchant==1.6.6', ] setup(