Ensure that the SqlSoup import is still supported.

The sqlalchemy package 0.8.0b1 released on October 30, 2012
removed SQLSoup (http://docs.sqlalchemy.org/en/latest/changelog/migration_08.html#sqlsoup)

A number of quantum agents make use of this code to access the
database.

Change-Id: I6ed6424277d60598d9b2b66eb0b206f1a634991e
This commit is contained in:
Gary Kotton 2012-10-27 02:36:25 +00:00
parent 2504f62821
commit bff17fb840
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ lxml
netaddr
python-quantumclient>=2.0
pyudev
sqlalchemy>0.6.4
sqlalchemy>0.6.4,<=0.7.9
webob==1.0.8