Babel now requires >= 1.0

This commit is contained in:
Christopher Allan Webber 2014-03-26 14:17:18 -05:00
parent 6d27a79271
commit 5d04469315

View File

@ -53,7 +53,7 @@ try:
'kombu',
'jinja2',
'sphinx',
'Babel',
'Babel>=1.0',
'argparse',
'webtest<2',
'ConfigObj',