mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
re-add comment about minimum certbot version
This commit is contained in:
parent
a6bad711b8
commit
88034a0baf
1 changed files with 3 additions and 0 deletions
|
|
@ -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}',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue