Updating SQLAlchemy dependency

* This dependency has been changed in global requirements. Without
  this change SQLAlchemy can't be installed at all

Change-Id: I2a0dd3a9a425ca227580352cbcff9c9b1d2d8d78
This commit is contained in:
Renat Akhmerov 2014-12-24 11:52:15 +06:00
parent 63e6ac1e86
commit da9c43cb97
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ python-novaclient>=2.18.0
python-glanceclient>=0.14.0
networkx>=1.8
six>=1.7.0
SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99
SQLAlchemy>=0.9.7,<=0.9.99
stevedore>=1.0.0 # Apache-2.0
yaql==0.2.3 # This is not in global requirements
jsonschema>=2.0.0,<3.0.0