mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 09:22:38 +02:00
Update flask-sqlalchemy to >=2.2
Versions prior to 2.1 trigger a deprecation warning because of the import of `flask.ext.sqlalchemy._compat` instead of `flask_sqlalchemy`.
This commit is contained in:
parent
5a7ae4f5d2
commit
2609c4aaa7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
flask>=0.11
|
||||
flask-wtf>=0.14
|
||||
flask-sqlalchemy
|
||||
flask-sqlalchemy>=2.2,<3.0
|
||||
flask-mail>=0.8
|
||||
Flask-Migrate>=1.8.0
|
||||
flask-babel
|
||||
|
|
Loading…
Reference in a new issue