updated requirements.txt to newer Flask, as Jinja dropped support for the escape Module
This commit is contained in:
parent
17e18e4b13
commit
088913270d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
apscheduler==3.7.0
|
||||
python-dateutil==2.8.1
|
||||
gunicorn==20.1.0
|
||||
Flask==1.1.2
|
||||
Flask>=2.2.2
|
||||
flask_sqlalchemy==2.5.1
|
||||
sqlalchemy==1.4.11
|
||||
requests==2.25.1
|
||||
|
|
Loading…
Add table
Reference in a new issue