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