Fixes 873 by explicitly declaring pyopenssl version. (#917)

This commit is contained in:
Caige Nichols 2017-09-13 09:30:20 -07:00 committed by kevgliss
parent 376b2b8051
commit e8b9853367
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ install_requires = [
'acme==0.18.1',
'retrying==1.3.3',
'tabulate==0.7.7',
'pyOpenSSL==17.0.0',
'pem==17.1.0',
'raven[flask]==6.1.0',
'jinja2==2.9.6',