From 4ca4881338e4f9e5c59ce91f9c410a3720df24a2 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Thu, 13 Mar 2014 18:42:32 +0100 Subject: [PATCH] Missing requirement --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 468ff97..26bbbc7 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,8 @@ install_requires = [ 'repoze.who', 'pycrypto', # 'Crypto' 'pytz', - 'pyOpenSSL' + 'pyOpenSSL', + 'python-dateutil' ] tests_require = [