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:
Sean Dague 2012-10-31 09:25:10 -04:00
parent adbad3a0e6
commit 22a004da17

View File

@ -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