Update certbot-apache/setup.py

Co-authored-by: ohemorange <erica@eff.org>
This commit is contained in:
Will Greenberg 2026-02-17 15:07:15 -08:00
parent f0cd9dc1e4
commit 111d9b1cb4

View file

@ -3,7 +3,7 @@ from setuptools import setup
version = '5.5.0.dev0'
install_requires = [
# We specify the minimum acme and certbot version as the current plugin
# 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[apache]>={version}',