make sqla requirements safe for nova

Nova (specifically nova migrations) really don't function with
the versions of sqla in requirements. Bump these to the Nova
minimums.

Change-Id: Icaa4cb74576d301e28b23831a8ce7c1511ba8cae
This commit is contained in:
Sean Dague 2013-07-31 07:24:22 -04:00
parent 761a3674a9
commit 1c45c46c2d
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ setuptools_git>=0.4
simplejson>=2.0.9
six
sockjs-tornado>=1.0.0,<2.0.0
SQLAlchemy>=0.7,<=0.7.99
sqlalchemy-migrate>=0.7
SQLAlchemy>=0.7.8,<=0.7.99
sqlalchemy-migrate>=0.7.2
stevedore>=0.10
suds>=0.4
warlock>=0.7.0,<2