Skip to content

Commit 6e52ba2

Browse files
committed
[FIX] setup.py: babel.dates.format_timedelta required, added in 1.0
bzr revid: [email protected]
1 parent 3993d1c commit 6e52ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def py2exe_options():
115115
#include_package_data = True,
116116
install_requires = [
117117
'pychart', # not on pypi, use: pip install http://download.gna.org/pychart/PyChart-1.39.tar.gz
118-
'babel',
118+
'babel >= 1.0',
119119
'docutils',
120120
'feedparser',
121121
'gdata',

0 commit comments

Comments
 (0)