update certbot

This commit is contained in:
ziggi
2020-01-09 07:12:32 +00:00
parent a56e6504c6
commit bbb5261932
15 changed files with 176 additions and 54 deletions

View File

@@ -1,14 +1,14 @@
--- setup.py.orig 2018-03-20 00:33:22 UTC
--- setup.py.orig 2019-12-05 17:30:21 UTC
+++ setup.py
@@ -14,7 +14,6 @@ install_requires = [
# formerly known as acme.jose:
'josepy>=1.0.0',
# Connection.set_tlsext_host_name (>=0.13)
# 1.1.0+ is required to avoid the warnings described at
# https://github.com/certbot/josepy/issues/13.
'josepy>=1.1.0',
- 'mock',
'PyOpenSSL>=0.13',
# Connection.set_tlsext_host_name (>=0.13)
'PyOpenSSL>=0.13.1',
'pyrfc3339',
'pytz',
@@ -24,6 +23,7 @@ install_requires = [
@@ -26,6 +25,7 @@ install_requires = [
]
dev_extras = [