Add nginx and apache extras w/ their dependencies

This commit is contained in:
Will Greenberg 2025-12-11 11:31:51 -08:00
parent 26a0b0295b
commit f27c9e14c9

View file

@ -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]"
]