Skip to content

Commit eb12108

Browse files
author
Roland Hedberg
committed
Added requirement on pyOpenSSL
1 parent a95c671 commit eb12108

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ def run_tests(self):
4444
'zope.interface',
4545
'repoze.who',
4646
'pycrypto', # 'Crypto'
47-
'pytz'
47+
'pytz',
48+
'pyOpenSSL'
4849
]
4950

5051
tests_require = [

0 commit comments

Comments
 (0)