Update the pokedex.db.tables docs.
[zzz-pokedex.git] / setup.py
index ee8a33c..7527672 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -8,9 +8,10 @@ setup(
         'pokedex': ['data/csv/*.csv']
     },
     install_requires=[
-        'docutils',
-        'SQLAlchemy>=0.5.1',
-        'whoosh>=0.3.0b24',
+        'SQLAlchemy>=0.6.6',
+        'whoosh>=1.1.0',
+        'markdown',
+        'construct',
     ],
 
     entry_points = {