Updates for Jinja2 >= 3.1.x
This commit is contained in:
parent
881b659560
commit
a01d4b7159
2 changed files with 3 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -36,7 +36,7 @@ setup(
|
|||
py_modules=['secretary', 'markdown_map'],
|
||||
platforms='any',
|
||||
install_requires=[
|
||||
'Jinja2', 'markdown2'
|
||||
'Jinja2', 'markdown2', 'MarkupSafe'
|
||||
],
|
||||
tests_require=['pytest'],
|
||||
cmdclass={'test': PyTest},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue