pin sqlalchemy to the 0.7 series
sqlalchemy 0.8 beta has hit mirrors, and changes dependencies, thus breaking jenkins. This pins it to 0.7 series until all the projects agree to move forward to 0.8. Fixes bug #1073569 Change-Id: If11f39d311ba9ef5cb2b198c9649a8997b2a52b5
This commit is contained in:
parent
4b6da60361
commit
04794c28b7
@ -1,4 +1,4 @@
|
||||
SQLAlchemy>=0.7.3
|
||||
SQLAlchemy>=0.7.3,<=0.7.9
|
||||
amqplib==0.6.1
|
||||
anyjson>=0.2.4
|
||||
eventlet>=0.9.17
|
||||
|
Loading…
x
Reference in New Issue
Block a user