acme/setup.py: comment refers to "PyOpenSSL" not "mock" (#7619)

This commit is contained in:
Felix Schwarz 2019-12-03 01:16:41 +01:00 committed by Adrien Ferrand
parent 4c652b9c82
commit 2008e3cc77

View file

@ -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',