summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/setup.py b/setup.py
index 166cb4980..95f29c9c2 100644
--- a/setup.py
+++ b/setup.py
@@ -86,17 +86,17 @@ setup(
'sphinxcontrib-htmlhelp>=2.0.0',
'sphinxcontrib-serializinghtml>=1.1.5',
'sphinxcontrib-qthelp',
- 'Jinja2>=2.3',
- 'Pygments>=2.0',
+ 'Jinja2>=3.0',
+ 'Pygments>=2.8',
'docutils>=0.14,<0.20',
- 'snowballstemmer>=1.1',
- 'babel>=1.3',
+ 'snowballstemmer>=2.0',
+ 'babel>=2.9',
'alabaster>=0.7,<0.8',
- 'imagesize',
+ 'imagesize>=1.3',
'requests>=2.5.0',
- 'packaging',
- "importlib-metadata>=4.4; python_version < '3.10'",
- "colorama>=0.3.5; sys_platform == 'win32'",
+ 'packaging>=21.0',
+ "importlib-metadata>=4.8; python_version < '3.10'",
+ "colorama>=0.4.5; sys_platform == 'win32'",
],
extras_require={
'docs': [