# HG changeset patch # User Marcin Kuzminski # Date 2011-08-26 19:44:20 # Node ID 0fd5794787a99ef3748376e79e69291dbe8d382a # Parent b05eb16ea105240c54accc402e243b2da1d234a7 whoosh lib freeze diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ requirements = [ "vcs>=0.2.1", "pygments>=1.4", "mercurial>=1.9,<2.0", - "whoosh", + "whoosh<1.8", "celery>=2.2.5,<2.3", "babel", "python-dateutil>=1.5.0,<2.0.0",