X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/4fe48baffb5156027c6d186308998412554a6906..f1ac382521315742b3127c980d58f0d6db7e057b:/setup.py diff --git a/setup.py b/setup.py index 70e0a95..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.1.24'], + install_requires=['SQLAlchemy>=0.5.1', 'whoosh==0.3.0b5'], entry_points = { 'console_scripts': [