From 777eb38852ecbfad0801d009b5a06ae39816949c Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Thu, 2 Jan 2014 23:42:01 +0100 Subject: [PATCH] Include dateutil in setup --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f2aa04f7..fafd0515 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,8 @@ setup( "pytz>=2013b", "tzlocal==1.0", "slugify>=0.0.1", - "keyring>=3.0.5" + "keyring>=3.3", + "python-dateutil>=2.2" ] + [p for p, cond in conditional_dependencies.items() if cond], extras_require = { "encrypted": "pycrypto>=2.6"