diff setup.py @ 4416:7bcc73aaf601

Support using newer versions of babel.
author Jelmer Vernooij <jelmer@samba.org>
date Wed, 16 Jul 2014 00:09:49 +0200
parents d55c104e6c87
children ed11cb3e905e
line wrap: on
line diff
--- a/setup.py	Wed Jul 16 00:09:33 2014 +0200
+++ b/setup.py	Wed Jul 16 00:09:49 2014 +0200
@@ -47,7 +47,7 @@
     "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",