Merge "Remove sqlalchemy upper constraints"

This commit is contained in:
Jenkins 2017-04-28 18:13:58 +00:00 committed by Gerrit Code Review
commit aca26cb5d6

View File

@ -32,13 +32,13 @@ data_files =
[extras]
mysql =
SQLAlchemy<1.1.0,>=0.9.7
SQLAlchemy>=0.9.7
sqlalchemy-utils
alembic>=0.7.2
PyMySQL>=0.6.2 # MIT License
postgresql =
SQLAlchemy<1.1.0,>=0.9.7
SQLAlchemy>=0.9.7
sqlalchemy-utils
alembic>=0.7.2
psycopg2