X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/e61fcf2d51791e1495c1641abddb176f147a91af..a2a1d75837f1ca7ba63e3d2692f54a4454209be2:/setup.py diff --git a/setup.py b/setup.py index 6a29004..7527672 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( 'pokedex': ['data/csv/*.csv'] }, install_requires=[ - 'SQLAlchemy>=0.6', + 'SQLAlchemy>=0.6.6', 'whoosh>=1.1.0', 'markdown', 'construct',