From 9a5c3e93f1cb3ac04645f28d1ec7b11f5b368b4f Mon Sep 17 00:00:00 2001 From: Eevee Date: Sat, 16 Oct 2010 22:20:23 -0700 Subject: [PATCH] Bump required whoosh version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d66e74c..6a29004 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( }, install_requires=[ 'SQLAlchemy>=0.6', - 'whoosh>=0.3.0b24', + 'whoosh>=1.1.0', 'markdown', 'construct', ],