# HG changeset patch # User Marcin Kuzminski # Date 1290110680 -3600 # Node ID 74975001a1aff2017db9272d267184dfb153c247 # Parent 62c1fab8d29b3b94e9fe0c60bc776078809a38ff fixed deps in setup.py diff -r 62c1fab8d29b -r 74975001a1af setup.py --- a/setup.py Thu Nov 18 19:23:39 2010 +0100 +++ b/setup.py Thu Nov 18 21:04:40 2010 +0100 @@ -9,7 +9,7 @@ "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",