diff rhodecode/__init__.py @ 2229:879ce77d3b2f beta

whoosh version bump
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 03 May 2012 12:48:27 +0200
parents 8ce4c8e43eb7
children d919631e8390
line wrap: on
line diff
--- a/rhodecode/__init__.py	Thu May 03 01:21:34 2012 +0200
+++ b/rhodecode/__init__.py	Thu May 03 12:48:27 2012 +0200
@@ -54,7 +54,7 @@
     "SQLAlchemy==0.7.6",
     "Mako==0.7.0",
     "pygments>=1.4",
-    "whoosh>=2.3.0,<2.4",
+    "whoosh>=2.4.0,<2.5",
     "celery>=2.2.5,<2.3",
     "babel",
     "python-dateutil>=1.5.0,<2.0.0",