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:
parent
761a3674a9
commit
1c45c46c2d
@ -71,8 +71,8 @@ setuptools_git>=0.4
|
|||||||
simplejson>=2.0.9
|
simplejson>=2.0.9
|
||||||
six
|
six
|
||||||
sockjs-tornado>=1.0.0,<2.0.0
|
sockjs-tornado>=1.0.0,<2.0.0
|
||||||
SQLAlchemy>=0.7,<=0.7.99
|
SQLAlchemy>=0.7.8,<=0.7.99
|
||||||
sqlalchemy-migrate>=0.7
|
sqlalchemy-migrate>=0.7.2
|
||||||
stevedore>=0.10
|
stevedore>=0.10
|
||||||
suds>=0.4
|
suds>=0.4
|
||||||
warlock>=0.7.0,<2
|
warlock>=0.7.0,<2
|
||||||
|
Loading…
Reference in New Issue
Block a user