From eb12108fb9156d9b5fdc653b394a6b3247fa1fc3 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Thu, 6 Mar 2014 19:28:50 +0100 Subject: [PATCH] Added requirement on pyOpenSSL --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = [