[FIX] typo in version requirement range

bzr revid: xmo@openerp.com-20111220130538-s1nnk2b8m77da562
This commit is contained in:
Xavier Morel 2011-12-20 14:05:38 +01:00
parent 2b3370710f
commit 51f56b88f9
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ setup(
install_requires=[
"Babel >= 0.9.6",
"simplejson >= 2.0.9",
"python-dateutil >= 1.4.1 < 2",
"python-dateutil >= 1.4.1, < 2",
"pytz",
"werkzeug == 0.7",
],