aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2014-03-22 11:00:10 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-03-22 11:02:24 -0500
commit023cda097468861b887806b959d9a251f6188a04 (patch)
treebf659abdb9e858b422c9d993b334a06d22ace489 /setup.py
parentc07bb3123c953d3cb585f16ca73241c5891730cd (diff)
downloadmediagoblin-023cda097468861b887806b959d9a251f6188a04.tar.lz
mediagoblin-023cda097468861b887806b959d9a251f6188a04.tar.xz
mediagoblin-023cda097468861b887806b959d9a251f6188a04.zip
Fix Babel version restriction. Onward and upward!
(Fix suggested by simonft... thanks!)
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 6310a1bc..d3f91686 100644
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,7 @@ try:
'kombu',
'jinja2',
'sphinx',
- 'Babel<1.0',
+ 'Babel',
'argparse',
'webtest<2',
'ConfigObj',