From: Eevee Date: Sun, 17 Oct 2010 05:20:23 +0000 (-0700) Subject: Bump required whoosh version. X-Git-Tag: veekun-promotions/2010101701^0 X-Git-Url: http://git.veekun.com/zzz-pokedex.git/commitdiff_plain/e61fcf2d51791e1495c1641abddb176f147a91af Bump required whoosh version. --- 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', ],