pin sqlalchemy to 0.7.x but not specifically 0.7.8
last night's release of sqlalchemy 0.8.0b1 broke our build we need to stick to 0.7.x however a quick patch put us strictly on 0.7.8. The nova guys put out a more elegant patch so I'd like to incorporate. Change-Id: Ibf2a09826ed175f844be8551d68b5420aa132f6f
This commit is contained in:
@@ -4,7 +4,7 @@ iso8601
|
||||
lockfile
|
||||
netaddr
|
||||
argparse
|
||||
SQLAlchemy==0.7.8
|
||||
SQLAlchemy>=0.7.3,<=0.7.9
|
||||
sqlalchemy-migrate>=0.7.2
|
||||
eventlet
|
||||
anyjson>=0.3.1
|
||||
|
||||
Reference in New Issue
Block a user