initial commit, easy-peasy

This commit is contained in:
2025-04-22 13:26:47 +02:00
commit bd3453dad2
6 changed files with 122 additions and 0 deletions

10
pyproject.toml Normal file
View File

@ -0,0 +1,10 @@
[project]
name = "pdns-dnssec"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"powerdns-client>=1.0.4",
"python-decouple>=3.8",
]