changeset 4415:d55c104e6c87

Support build with newer versions of whoosh.
author Jelmer Vernooij <jelmer@samba.org>
date Wed, 16 Jul 2014 00:09:33 +0200
parents 8c2e96646545
children 7bcc73aaf601
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Wed Jul 16 00:09:17 2014 +0200
+++ b/setup.py	Wed Jul 16 00:09:33 2014 +0200
@@ -45,7 +45,7 @@
     "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",