From cacee34d49b2d8441aff41ac1983e1a809e70a38 Mon Sep 17 00:00:00 2001 From: Timur Nurlygayanov Date: Tue, 19 Feb 2013 04:51:56 -0800 Subject: [PATCH] Fixed issue with virtual environment SQLAlchemy library. --- windc/tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windc/tools/pip-requires b/windc/tools/pip-requires index 6a22d4c..ffe7381 100644 --- a/windc/tools/pip-requires +++ b/windc/tools/pip-requires @@ -3,7 +3,7 @@ # package to get the right headers... greenlet>=0.3.1 bsqlite3-dev -SQLAlchemy>=0.7 +SQLAlchemy<=0.7.9 anyjson eventlet>=0.9.12 PasteDeploy