Fix references to Dragon Tail and Round.
[zzz-pokedex.git] / setup.py
index 52e19da..6a29004 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,8 +9,9 @@ setup(
     },
     install_requires=[
         'SQLAlchemy>=0.6',
-        'whoosh>=0.3.0b24',
+        'whoosh>=1.1.0',
         'markdown',
+        'construct',
     ],
 
     entry_points = {