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