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: I7b13ef48730e6499442a4a2a9d28b59e0121acf0
This commit is contained in:
parent
adbad3a0e6
commit
22a004da17
@ -3,7 +3,7 @@
|
||||
# package to get the right headers...
|
||||
greenlet>=0.3.1
|
||||
|
||||
SQLAlchemy>=0.7
|
||||
SQLAlchemy>=0.7,<=0.7.9
|
||||
anyjson
|
||||
eventlet>=0.9.12
|
||||
PasteDeploy
|
||||
|
Loading…
x
Reference in New Issue
Block a user