summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 1c14ff1eb..7ce37f9ea 100644
--- a/setup.py
+++ b/setup.py
@@ -21,9 +21,10 @@ install_requires = [
'sphinxcontrib-htmlhelp',
'sphinxcontrib-serializinghtml',
'sphinxcontrib-qthelp',
- 'Jinja2>=2.3',
+ 'Jinja2>=2.3,<3.0',
+ 'MarkupSafe<2.0',
'Pygments>=2.0',
- 'docutils>=0.14,<0.17',
+ 'docutils>=0.14,<0.18',
'snowballstemmer>=1.1',
'babel>=1.3',
'alabaster>=0.7,<0.8',