|
11 | 11 | long_description = fh.read() |
12 | 12 |
|
13 | 13 | requireDocs = [ |
14 | | - 'Sphinx>=5,<6', 'sphinx_rtd_theme>=1' |
| 14 | + 'Sphinx>=5,<7', 'sphinx_rtd_theme>=1.1' |
15 | 15 | ] |
16 | 16 | requireDev = [ |
17 | | - 'Pygments>=2.12,<3', 'WebTest>=3,<4', |
| 17 | + 'Pygments>=2.14,<3', 'WebTest>=3,<4', |
18 | 18 | 'waitress>=2,<3', 'hupper>=1.10,<2', |
19 | 19 | ] |
20 | 20 | requireExamples = [ |
21 | | - 'DBUtils>=3,<4', 'dominate>=2.6,<3', 'yattag>=1.14,<2', |
22 | | - 'Pygments>=2.12,<3', 'Pillow>=8,<10' |
| 21 | + 'DBUtils>=3,<4', 'dominate>=2.7,<3', 'yattag>=1.15,<2', |
| 22 | + 'Pygments>=2.14,<3', 'Pillow>=8,<10' |
23 | 23 | ] |
24 | 24 | requireTests = [ |
25 | | - 'psutil>=5.9,<6', 'flake8>=4,<5', 'pylint>=2.13.9,<3', 'tox>=3.25,<4', |
| 25 | + 'psutil>=5.9,<6', 'flake8>=5,<7', 'pylint>=2.13,<3', 'tox>=3.28,<5', |
26 | 26 | 'pywin32>=300,<400;' |
27 | 27 | 'sys_platform=="win32" and implementation_name=="cpython"' |
28 | 28 | ] + requireDev + requireExamples |
|
59 | 59 | 'Programming Language :: Python :: 3.8', |
60 | 60 | 'Programming Language :: Python :: 3.9', |
61 | 61 | 'Programming Language :: Python :: 3.10', |
| 62 | + 'Programming Language :: Python :: 3.11', |
62 | 63 | 'Programming Language :: Python :: Implementation :: CPython', |
63 | 64 | 'Programming Language :: Python :: Implementation :: PyPy', |
64 | 65 | 'Operating System :: OS Independent', |
|
0 commit comments