summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-05-19 22:24:58 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-05-19 22:24:58 +0900
commitbb2c6623be214e27f218c22875bc45d3bd0c8078 (patch)
tree9f57a93f6fc7dff282571c4b4c635cfd2d72f5a2 /setup.py
parent630e5bd15f43c6cd91e61723f40b6c94ef622060 (diff)
downloadsphinx-git-bb2c6623be214e27f218c22875bc45d3bd0c8078.tar.gz
Close #9216: Support jinja2-3.0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 7ce37f9ea..b669afc00 100644
--- a/setup.py
+++ b/setup.py
@@ -21,8 +21,7 @@ install_requires = [
'sphinxcontrib-htmlhelp',
'sphinxcontrib-serializinghtml',
'sphinxcontrib-qthelp',
- 'Jinja2>=2.3,<3.0',
- 'MarkupSafe<2.0',
+ 'Jinja2>=2.3',
'Pygments>=2.0',
'docutils>=0.14,<0.18',
'snowballstemmer>=1.1',