From: Eevee Date: Sun, 23 Aug 2009 04:50:33 +0000 (-0700) Subject: Fix whoosh version so Nidoran search works. X-Git-Tag: veekun-promotions/2010050901~199 X-Git-Url: http://git.veekun.com/zzz-pokedex.git/commitdiff_plain/f1ac382521315742b3127c980d58f0d6db7e057b?ds=inline;hp=b5fde0da1952ae91f8addce211b3e967841fffd7 Fix whoosh version so Nidoran search works. --- diff --git a/setup.py b/setup.py index d98500f..a5c8471 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( version = '0.1', packages = find_packages(), package_data = { '': 'data' }, - install_requires=['SQLAlchemy>=0.5.1', 'whoosh>=0.3.0b1'], + install_requires=['SQLAlchemy>=0.5.1', 'whoosh==0.3.0b5'], entry_points = { 'console_scripts': [