From 8fcc23c833b8b2945b6a212d79d670031bead2d1 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Wed, 28 Sep 2011 14:57:03 +0100 Subject: [PATCH] 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 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index b5d1fa7139de..086366c66a89 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,4 +1,4 @@ -SQLAlchemy==0.6.3 +SQLAlchemy pep8==0.6.1 pylint==0.19 Cheetah==2.4.4