changeset 1997:a318f5baf53a beta

requires updates
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 17 Feb 2012 22:19:31 +0200
parents 0592987973eb
children a21da784856b
files requires.txt rhodecode/__init__.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/requires.txt	Fri Feb 17 01:03:02 2012 +0200
+++ b/requires.txt	Fri Feb 17 22:19:31 2012 +0200
@@ -5,7 +5,7 @@
 SQLAlchemy==0.7.4
 Mako==0.5.0
 pygments>=1.4
-whoosh<2.4
+whoosh>=2.3.0,<2.4
 celery>=2.2.5,<2.3
 babel
 python-dateutil>=1.5.0,<2.0.0
--- a/rhodecode/__init__.py	Fri Feb 17 01:03:02 2012 +0200
+++ b/rhodecode/__init__.py	Fri Feb 17 22:19:31 2012 +0200
@@ -44,7 +44,7 @@
     "SQLAlchemy==0.7.4",
     "Mako==0.5.0",
     "pygments>=1.4",
-    "whoosh<2.4",
+    "whoosh>=2.3.0,<2.4",
     "celery>=2.2.5,<2.3",
     "babel",
     "python-dateutil>=1.5.0,<2.0.0",