Update Jinja dependency to >= 3.0

This is necessary since c62965d4bf ("fix basic deprecation warnings")
This commit is contained in:
Baptiste Jonglez 2021-07-04 12:52:18 +02:00
parent 25c42d36eb
commit 477fc20cd4

View file

@ -37,7 +37,7 @@ install_requires =
WTForms>=2.2.1,<2.4
Flask>=1.1,<3.0
itsdangerous>=1.1,<3.0
Jinja2>=2.11,<4.0
Jinja2>=3.0,<4.0
requests~=2.22
SQLAlchemy-Continuum~=1.3
SQLAlchemy~=1.3.0 # New 1.4 changes API, see #728