# HG changeset patch # User Marcin Kuzminski # Date 2010-11-18 21:04:40 # Node ID 74975001a1aff2017db9272d267184dfb153c247 # Parent 62c1fab8d29b3b94e9fe0c60bc776078809a38ff fixed deps in setup.py diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ requirements = [ "vcs>=0.1.10", "pygments>=1.3.0", "mercurial>=1.6.4", - "whoosh>=1.3.1", + "whoosh>=1.3.3", "celery>=2.1.3", "py-bcrypt", "babel",