From 4903399fb6de313e554fe34ce03cfa2f25e4c83f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20D=C4=99bski?= Date: Sat, 4 Oct 2014 16:05:05 +0100 Subject: [PATCH] (no-ticket) Add dateutil to setup.py, as it's needed in tests. Change-Id: I91a4ca605fe026221e897a226d7f07c2bae5afb8 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 040caced6..f9fd528af 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ "South>=0.8.3,<2.0", "BeautifulSoup", "PyYAML", + "python-dateutil", "django-nose", "django-registration>=1.0", "django-celery>=3.1.15",