mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
acme/setup.py: comment refers to "PyOpenSSL" not "mock" (#7619)
This commit is contained in:
parent
4c652b9c82
commit
2008e3cc77
1 changed files with 1 additions and 1 deletions
|
|
@ -14,8 +14,8 @@ install_requires = [
|
|||
# 1.1.0+ is required to avoid the warnings described at
|
||||
# https://github.com/certbot/josepy/issues/13.
|
||||
'josepy>=1.1.0',
|
||||
# Connection.set_tlsext_host_name (>=0.13)
|
||||
'mock',
|
||||
# Connection.set_tlsext_host_name (>=0.13)
|
||||
'PyOpenSSL>=0.13.1',
|
||||
'pyrfc3339',
|
||||
'pytz',
|
||||
|
|
|
|||
Loading…
Reference in a new issue