aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2014-03-26 14:17:18 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-03-26 14:17:18 -0500
commit5d044693158d8d523470b386372cecf7f7a6aa1f (patch)
treeb8750e6171377e26543226bbfd95be5e75fd7ce1 /setup.py
parent6d27a79271a4ac9d656b73094141d55a8ad8bc18 (diff)
downloadmediagoblin-5d044693158d8d523470b386372cecf7f7a6aa1f.tar.lz
mediagoblin-5d044693158d8d523470b386372cecf7f7a6aa1f.tar.xz
mediagoblin-5d044693158d8d523470b386372cecf7f7a6aa1f.zip
Babel now requires >= 1.0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',