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 = [