From 5e2e6e4acd371b0de5e653f58c080d7ce1888cef Mon Sep 17 00:00:00 2001 From: Eevee Date: Thu, 27 May 2010 11:12:49 -0700 Subject: [PATCH] Bump required SQLA to 0.6. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee8a33c..f10e2d5 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( }, install_requires=[ 'docutils', - 'SQLAlchemy>=0.5.1', + 'SQLAlchemy>=0.6', 'whoosh>=0.3.0b24', ], -- 2.7.4