From f7c7fb08086b54f15ab5d096b952f7907ea80caa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 11 Mar 2013 16:29:53 +0100 Subject: Pin SQLAlchemy to 0.7.x 0.7.10 has been released and is compatible with 0.7.x. Instead of pinning to 0.7.9, simply pin to 0.7.x to avoid SQLAlchemy 0.8 Change-Id: Iea57598698b4faf906e82a2974497221d07f4d16 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index d8b836a29..319f352c9 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,4 +1,4 @@ -SQLAlchemy>=0.7.8,<=0.7.9 +SQLAlchemy>=0.7.8,<0.7.99 Cheetah>=2.4.4 amqplib>=0.6.1 anyjson>=0.2.4 -- cgit