Upgrade mysqlclient package to work with MySQL 8.x #571

This commit is contained in:
Khanh Ngo 2019-12-07 18:10:06 +07:00
parent f8aaf88fc0
commit 53a7545ccc
No known key found for this signature in database
GPG key ID: D5FAA6A16150E49E

View file

@ -4,7 +4,7 @@ Flask-Login==0.4.1
Flask-SQLAlchemy==2.4.1
Flask-Migrate==2.5.2
SQLAlchemy==1.3.11
mysqlclient==1.3.12
mysqlclient==1.4.6
configobj==5.0.6
bcrypt==3.1.4
requests==2.20.0