feat: install certbot and add parameters
This commit is contained in:
+1
-2
@@ -5,7 +5,6 @@ description = "Static pages as simple as a gzip file"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"importlib>=1.0.4",
|
||||
"toml>=0.10.2",
|
||||
]
|
||||
|
||||
@@ -17,4 +16,4 @@ dev = [
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["E", "F", "C", "W"]
|
||||
ignore = []
|
||||
ignore = ["E501"]
|
||||
|
||||
Reference in New Issue
Block a user