feat: first prototype, "works on my machine" edition

This commit is contained in:
Michael Hinz 2026-02-12 15:18:27 +01:00
commit f6d23e0f66
5 changed files with 132 additions and 0 deletions

10
pyproject.toml Normal file
View file

@ -0,0 +1,10 @@
[project]
name = "dnssec-fix"
version = "0.1.0"
description = "DNSKEY sync via zone update"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"dnstools>=0.0.1",
"mysqlclient>=2.2.8",
]