Merge pull request #9161 from tk0miya/pin_jinja2

Update dependency: jinja2 < 3.0 and MarkupSafe < 2.0
This commit is contained in:
Takeshi KOMIYA 2021-05-03 21:47:27 +09:00 committed by GitHub
commit 05abdad749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,8 @@ 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.18',
'snowballstemmer>=1.1',