Pinning version of PyOpenSSL #873

This commit is contained in:
Kevin Glisson 2017-09-13 09:39:52 -07:00
parent 479ac81aa9
commit 359fbd2d73
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ install_requires = [
'acme==0.13.0',
'retrying==1.3.3',
'tabulate==0.7.7',
'pem==16.1.0'
'pem==16.1.0',
'pyOpenSSL==17.0.0'
]
tests_require = [