mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Update Jinja dependency to >= 3.0
This is necessary since c62965d4bf
("fix basic deprecation warnings")
This commit is contained in:
parent
25c42d36eb
commit
477fc20cd4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue