diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-10-04 01:05:55 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-10-04 01:10:40 +0800 |
commit | d3df92fd6a10a1fe31d3bfdfcebeac7a4ed1b347 (patch) | |
tree | 17ce352532a25dfaf8c82d62312e6cbd533993a1 /textproc/py-furo/files | |
parent | textproc/py-arabic-reshaper: Update to 2.1.4 (diff) |
textproc/py-furo: Update to 2022.9.29
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md
Diffstat (limited to 'textproc/py-furo/files')
-rw-r--r-- | textproc/py-furo/files/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-furo/files/setup.py b/textproc/py-furo/files/setup.py index 1b7b25890ab5..a6f7a73fef68 100644 --- a/textproc/py-furo/files/setup.py +++ b/textproc/py-furo/files/setup.py @@ -27,7 +27,7 @@ package_dir = \ {'': 'src'} install_requires = \ -['beautifulsoup4', 'sphinx ~= 4.0', 'pygments ~= 2.7'] +['beautifulsoup4', 'sphinx >= 4.0,<6.0', 'sphinx-basic-ng', 'pygments >= 2.7'] entry_points = \ {'sphinx.html_themes': ['furo = furo']} @@ -43,5 +43,5 @@ setup(name='furo', package_dir=package_dir, install_requires=install_requires, entry_points=entry_points, - python_requires='>=3.6', + python_requires='>=3.7', ) |