Use latest version of SQLAlchemy

Fedora 16 has SQLAlchemy-0.7.2 and it seems to work fine with Nova,
modulo these occassional migration errors that crop up. The
foreign_keys set in 047 issue is the third such problem fixed lately.

Is there any particular reason to stick with 0.6.3?

Change-Id: Ia65bc1f6035917b5aec84ad51d6504543256f7ca
This commit is contained in:
Mark McLoughlin
2011-09-28 14:57:03 +01:00
parent dbe4d21ff3
commit 8fcc23c833

View File

@@ -1,4 +1,4 @@
SQLAlchemy==0.6.3
SQLAlchemy
pep8==0.6.1
pylint==0.19
Cheetah==2.4.4