Close #9216: Support jinja2-3.0

This commit is contained in:
Takeshi KOMIYA
2021-05-19 22:24:58 +09:00
parent 630e5bd15f
commit bb2c6623be
2 changed files with 3 additions and 2 deletions

View File

@@ -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',