Raise SQLAlchemy upper cap to match global requirements

This is mostly needed for the fedora packaging effort and generally a
good ideal to keep in sync with other OpenStack projects.

Change-Id: I04f04c007bd85e4fa1627a8dd954dfd720bed270
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-01-14 10:05:36 -05:00
parent 9286d78d7d
commit de4a31873c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ python-daemon>=2.0.4,<2.1.0
extras
statsd>=3.0
apscheduler>=2.1.1,<3.0
sqlalchemy>=0.8.2,<0.9.0
sqlalchemy>=0.8.2,<1.1.0
pyzmq>=13.1.0
python-novaclient>=2.21.0
PyMySQL