[FIX] setup.py: babel.dates.format_timedelta required, added in 1.0

bzr revid: odo@openerp.com-20140409081459-07uyfgfk03jevch4
This commit is contained in:
Olivier Dony 2014-04-09 10:14:59 +02:00
parent 3993d1ce2f
commit 6e52ba2487
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ setuptools.setup(
#include_package_data = True,
install_requires = [
'pychart', # not on pypi, use: pip install http://download.gna.org/pychart/PyChart-1.39.tar.gz
'babel',
'babel >= 1.0',
'docutils',
'feedparser',
'gdata',