Make pokedex work with SQLAlchemy 0.7. Warning: ugly hack!
[zzz-pokedex.git] / setup.py
index 3bc7028..2f5887e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ setup(
         'pokedex': ['data/csv/*.csv']
     },
     install_requires=[
-        'SQLAlchemy>=0.6.6',
+        'SQLAlchemy>=0.7.0b3',
         'whoosh>=1.1.0',
         'markdown',
         'construct',