Fixed whoosh index creation to work with 0.2.x. #15
[zzz-pokedex.git] / setup.py
index 70e0a95..421ab85 100644 (file)
--- 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.2.0'],
 
     entry_points = {
         'console_scripts': [