From e61fcf2d51791e1495c1641abddb176f147a91af 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', ], -- 2.7.4