diff --git a/setup.py b/setup.py index cc3a9b8..468ff97 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,8 @@ install_requires = [ 'zope.interface', 'repoze.who', 'pycrypto', # 'Crypto' - 'pytz' + 'pytz', + 'pyOpenSSL' ] tests_require = [