mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-01 02:32:23 +02:00
Update Flask-Migrate to 2.5.3
This fixes a potential issue with database connection that misses the "charset=utf8" option during migrations: https://github.com/miguelgrinberg/flask-migrate/issues/276
This commit is contained in:
parent
e6ada68589
commit
96d5e9b730
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -62,7 +62,7 @@ setup(name='ihatemoney',
|
|||
"Flask-Babel==0.12.2",
|
||||
"Flask-Cors==3.0.8",
|
||||
"Flask-Mail==0.9.1",
|
||||
"Flask-Migrate==2.5.2",
|
||||
"Flask-Migrate==2.5.3",
|
||||
"Flask-RESTful==0.3.7",
|
||||
"Flask-Script==2.0.6",
|
||||
"Flask-SQLAlchemy==2.4.0",
|
||||
|
|
Loading…
Reference in a new issue