X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/45c94cc0640ae7af1308d7546a09cbce8e37f589..1e28a1ce5b5aa66bdaf06b49a31416f7c4d89b02:/setup.py diff --git a/setup.py b/setup.py index d66e74c..6a29004 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( }, install_requires=[ 'SQLAlchemy>=0.6', - 'whoosh>=0.3.0b24', + 'whoosh>=1.1.0', 'markdown', 'construct', ],