pin sqlalchemy to 0.7

sqlalchemy 0.8.0b1 breaks some dependencies such as sqlalchemy-migrate, pin the version until we fix them

Fixes bug #1073569

Change-Id: I6620276bf8f0a7cbc1d51aa226cd33c512e59a48
This commit is contained in:
Ionuț Arțăriși 2012-10-31 14:32:04 +01:00 committed by Sean Dague
parent 094c49424e
commit ee645e6203
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ greenlet
PasteDeploy
paste
routes
sqlalchemy
sqlalchemy-migrate
sqlalchemy>=0.7.8,<=0.7.9
sqlalchemy-migrate>=0.7.2
passlib
lxml
iso8601>=0.1.4