projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d27a79
)
Babel now requires >= 1.0
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Wed, 26 Mar 2014 19:17:18 +0000
(14:17 -0500)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Wed, 26 Mar 2014 19:17:18 +0000
(14:17 -0500)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index d3f9168634f035e1adca04e891fd4a1d6a4c4892..b0f399ddbcb357679f792d70f96262582d7b1a54 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-53,7
+53,7
@@
try:
'kombu',
'jinja2',
'sphinx',
- 'Babel',
+ 'Babel
>=1.0
',
'argparse',
'webtest<2',
'ConfigObj',