mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Add nginx and apache extras w/ their dependencies
This commit is contained in:
parent
26a0b0295b
commit
f27c9e14c9
1 changed files with 9 additions and 0 deletions
|
|
@ -73,6 +73,15 @@ test = [
|
|||
"uv",
|
||||
"wheel",
|
||||
]
|
||||
nginx = [
|
||||
# PyOpenSSL>=25.0.0 is just needed to satisfy mypy right now so this dependency can probably be
|
||||
# relaxed to >=24.0.0 if needed.
|
||||
'PyOpenSSL>=25.0.0',
|
||||
'pyparsing>=2.4.7',
|
||||
]
|
||||
apache = [
|
||||
'python-augeas',
|
||||
]
|
||||
all = [
|
||||
"certbot[dev,docs,test]"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue