mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Update certbot-apache/setup.py
Co-authored-by: ohemorange <erica@eff.org>
This commit is contained in:
parent
f0cd9dc1e4
commit
111d9b1cb4
1 changed files with 1 additions and 1 deletions
|
|
@ -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}',
|
||||
|
|
|
|||
Loading…
Reference in a new issue