Bump required whoosh version.
[zzz-pokedex.git] / setup.py
index d66e74c..6a29004 100644 (file)
--- 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',
     ],