# HG changeset patch # User Jelmer Vernooij # Date 2014-07-16 00:09:33 # Node ID d55c104e6c877563a39aa8590531ba876a5c477f # Parent 8c2e96646545286d0eb0fb8276ef4be9a120e27c Support build with newer versions of whoosh. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ requirements = [ "SQLAlchemy==0.7.10", "Mako>=0.9.0,<=1.0.0", "pygments>=1.5", - "whoosh>=2.4.0,<2.5", + "whoosh>=2.4.0,<=2.5.7", "celery>=2.2.5,<2.3", "babel==0.9.6", "python-dateutil>=1.5.0,<2.0.0",