Added requirement on pyOpenSSL

This commit is contained in:
Roland Hedberg
2014-03-06 19:28:50 +01:00
parent a95c671b73
commit eb12108fb9

View File

@@ -44,7 +44,8 @@ install_requires = [
'zope.interface',
'repoze.who',
'pycrypto', # 'Crypto'
'pytz'
'pytz',
'pyOpenSSL'
]
tests_require = [