X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/747b2a4f0181d9048b6caea771dbf4ddf4ad2316..40f283a7a673d7e52cd13c29ebecea8a4e370ed4:/setup.py diff --git a/setup.py b/setup.py index 52e19da..7527672 100644 --- a/setup.py +++ b/setup.py @@ -8,9 +8,10 @@ setup( 'pokedex': ['data/csv/*.csv'] }, install_requires=[ - 'SQLAlchemy>=0.6', - 'whoosh>=0.3.0b24', + 'SQLAlchemy>=0.6.6', + 'whoosh>=1.1.0', 'markdown', + 'construct', ], entry_points = {