Missing requirement

This commit is contained in:
Roland Hedberg
2014-03-13 18:42:32 +01:00
parent 5cd5ebdc03
commit 4ca4881338

View File

@@ -45,7 +45,8 @@ install_requires = [
'repoze.who',
'pycrypto', # 'Crypto'
'pytz',
'pyOpenSSL'
'pyOpenSSL',
'python-dateutil'
]
tests_require = [