Initial commit~

This commit is contained in:
2025-04-01 15:51:26 +02:00
commit c80272906a
10 changed files with 732 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "certbot-dns-koumbit"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"certbot>=3.3.0",
"requests>=2.32.3",
]