Upgrade dependency pyOpenSSL to ==17.2.0 (#918)
This commit is contained in:
parent
d711031ce9
commit
ba29bbe3be
2
setup.py
2
setup.py
|
@ -61,7 +61,7 @@ install_requires = [
|
||||||
'acme==0.18.1',
|
'acme==0.18.1',
|
||||||
'retrying==1.3.3',
|
'retrying==1.3.3',
|
||||||
'tabulate==0.7.7',
|
'tabulate==0.7.7',
|
||||||
'pyOpenSSL==17.0.0',
|
'pyOpenSSL==17.2.0',
|
||||||
'pem==17.1.0',
|
'pem==17.1.0',
|
||||||
'raven[flask]==6.1.0',
|
'raven[flask]==6.1.0',
|
||||||
'jinja2==2.9.6',
|
'jinja2==2.9.6',
|
||||||
|
|
Loading…
Reference in New Issue