X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/897d971a6f82bfebd3581ee8d3bffad0c9e3cc09..0383b7997dc0d64cfd686f1ca99d9d06f75b0268:/setup.py diff --git a/setup.py b/setup.py index 4e2283e..7527672 100644 --- a/setup.py +++ b/setup.py @@ -8,10 +8,10 @@ setup( 'pokedex': ['data/csv/*.csv'] }, install_requires=[ - 'docutils', - 'SQLAlchemy>=0.6', - 'whoosh>=0.3.0b24', + 'SQLAlchemy>=0.6.6', + 'whoosh>=1.1.0', 'markdown', + 'construct', ], entry_points = {