Skip to content

Commit 37b739a

Browse files
committed
Loosen the constraints for requirements
This helps finding the right packages for older Python versions.
1 parent 48f30b8 commit 37b739a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
'waitress>=2,<3', 'hupper>=1.10,<2',
1616
]
1717
requireDocs = [
18-
'Sphinx>=4.4,<5', 'sphinx_rtd_theme>=1'
18+
'Sphinx>=4.3,<5', 'sphinx_rtd_theme>=1'
1919
]
2020
requireExamples = [
2121
'DBUtils>=3,<4', 'dominate>=2.6,<3', 'yattag>=1.14,<2',
22-
'Pygments>=2.11,<3', 'Pillow>=9,<10'
22+
'Pygments>=2.11,<3', 'Pillow>=8,<10'
2323
]
2424
requireTests = [
2525
'psutil>=5.9,<6', 'flake8>=4,<5', 'pylint>=2.12,<3', 'tox>=3.24,<4',

0 commit comments

Comments
 (0)