re-add comment about minimum certbot version

This commit is contained in:
Will Greenberg 2026-02-17 15:11:26 -08:00
parent a6bad711b8
commit 88034a0baf

View file

@ -3,6 +3,9 @@ from setuptools import setup
version = '5.5.0.dev0'
install_requires = [
# We specify the minimum certbot version as the current plugin
# version for simplicity. See
# https://github.com/certbot/certbot/issues/8761 for more info.
f'certbot[nginx]>={version}',
]