Upgrade dependency acme to ==0.19.0 (#957)
This commit is contained in:
parent
0d001b358e
commit
bef762e0d6
2
setup.py
2
setup.py
|
@ -58,7 +58,7 @@ install_requires = [
|
||||||
'inflection==0.3.1',
|
'inflection==0.3.1',
|
||||||
'future==0.16.0',
|
'future==0.16.0',
|
||||||
'boto3==1.4.6',
|
'boto3==1.4.6',
|
||||||
'acme==0.18.2',
|
'acme==0.19.0',
|
||||||
'retrying==1.3.3',
|
'retrying==1.3.3',
|
||||||
'tabulate==0.8.1',
|
'tabulate==0.8.1',
|
||||||
'pyOpenSSL==17.2.0',
|
'pyOpenSSL==17.2.0',
|
||||||
|
|
Loading…
Reference in New Issue