Pin SQLAlchemy to 0.7.x

0.7.10 has been released and is compatible with 0.7.x. Instead
of pinning to 0.7.9, simply pin to 0.7.x to avoid SQLAlchemy 0.8

Also sync the 0.7.x requirements to 0.7 (to be in sync with other
OpenStack core components)

Fixes: Bug #1153983

Change-Id: Ie20344e96f3d12e93695579adff0a0d9b4c1c516
This commit is contained in:
Dirk Mueller 2013-03-11 16:26:40 +01:00
parent e7fc028e2b
commit 7da469b620

View File

@ -4,7 +4,7 @@ iso8601
lockfile
netaddr
argparse
SQLAlchemy>=0.7.3,<=0.7.9
SQLAlchemy>=0.7,<=0.7.99
sqlalchemy-migrate>=0.7.2
pymongo>=2.2
eventlet