# HG changeset patch # User Marcin Kuzminski # Date 2011-02-19 11:51:52 # Node ID b4254b54d277673fbd8badc50d5c960636cc7f69 # Parent 41a5fcf3ab65cb2a9172a6c993f24eee2df15941 deps update diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -10,9 +10,9 @@ requirements = [ "Mako==0.3.6", "vcs>=0.1.10", "pygments>=1.4", - "mercurial>=1.7.3", + "mercurial>=1.7.5", "whoosh>=1.3.4", - "celery>=2.2.2", + "celery>=2.2.4", "py-bcrypt", "babel", ]