From 02facfb9d482ea541eb6f180ca0e17160b9ecc6d Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Wed, 26 Sep 2012 20:45:00 +0000 Subject: Bump the version of SQLAlchemy in pip-requires Fixes bug 1057145 Change-Id: I5960b28f4c4feb3f68b21ae09c6d7de0f098b8e5 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 0c80a43d6..a0078e8c2 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,4 +1,4 @@ -SQLAlchemy>=0.7.3 +SQLAlchemy>=0.7.8 Cheetah==2.4.4 amqplib==0.6.1 anyjson==0.2.4 -- cgit