Bump required whoosh version. veekun-promotions/2010101701
authorEevee <git@veekun.com>
Sun, 17 Oct 2010 05:20:23 +0000 (22:20 -0700)
committerEevee <git@veekun.com>
Sun, 17 Oct 2010 05:50:22 +0000 (22:50 -0700)
setup.py

index d66e74c..6a29004 100644 (file)
--- 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',
     ],