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:
Sean Dague 2012-10-31 10:10:29 -04:00
parent 4b6da60361
commit 04794c28b7

View File

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