From 5d044693158d8d523470b386372cecf7f7a6aa1f Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 26 Mar 2014 14:17:18 -0500 Subject: [PATCH] Babel now requires >= 1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d3f91686..b0f399dd 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ try: 'kombu', 'jinja2', 'sphinx', - 'Babel', + 'Babel>=1.0', 'argparse', 'webtest<2', 'ConfigObj', -- 2.25.1