[FIX] marketing_campaign: readded required attribute because of model violations...
[odoo/odoo.git] / setup.py
index 3f10868..a239b6f 100644 (file)
--- 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",
+        "python-dateutil >= 1.4.1, < 2",
         "pytz",
         "werkzeug == 0.7",
     ],