From 51f56b88f9ed0fc1066d87fcd3709640f8c61c11 Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Tue, 20 Dec 2011 14:05:38 +0100 Subject: [PATCH] [FIX] typo in version requirement range bzr revid: xmo@openerp.com-20111220130538-s1nnk2b8m77da562 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e48771bf8b6..a239b6f5d38 100644 --- a/setup.py +++ b/setup.py @@ -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", ],