# HG changeset patch # User Jelmer Vernooij # Date 2014-07-16 00:09:49 # Node ID 7bcc73aaf6013633e5989efb3f12d16e3cd5cd90 # Parent d55c104e6c877563a39aa8590531ba876a5c477f Support using newer versions of babel. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ requirements = [ "pygments>=1.5", "whoosh>=2.4.0,<=2.5.7", "celery>=2.2.5,<2.3", - "babel==0.9.6", + "babel>=0.9.6,<=1.3", "python-dateutil>=1.5.0,<2.0.0", "dulwich>=0.9.3,<=0.9.7", "markdown==2.2.1",