X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/747b2a4f0181d9048b6caea771dbf4ddf4ad2316..3c949291949cedb862e6f0df8e6fcbdea6d32179:/setup.py?ds=inline diff --git a/setup.py b/setup.py index 52e19da..6a29004 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,9 @@ setup( }, install_requires=[ 'SQLAlchemy>=0.6', - 'whoosh>=0.3.0b24', + 'whoosh>=1.1.0', 'markdown', + 'construct', ], entry_points = {