From 00c5445b28aad973e01d4dbfedace0673eaf219b Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Fri, 2 Oct 2020 17:02:08 +0100 Subject: [PATCH] Update pyenchant --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c423278fa1..aaa4e6073e 100755 --- a/setup.py +++ b/setup.py @@ -75,8 +75,8 @@ testing_extras = [ # Documentation dependencies documentation_extras = [ - 'pyenchant==1.6.8', - 'sphinxcontrib-spelling>=2.3.0', + 'pyenchant>=3.1.1,<4', + 'sphinxcontrib-spelling>=5.4.0,<6', 'Sphinx>=1.5.2', 'sphinx-autobuild>=0.6.0', 'sphinx_rtd_theme>=0.1.9',