Files
dns/pyproject.toml
Remy Moll bd881a4b7a
All checks were successful
Build container / Build (push) Successful in 33s
add correct invocation
2025-10-15 19:15:31 +02:00

12 lines
273 B
TOML

[project]
name = "dns"
version = "0.1.0"
description = "Private DNS configuration and management tool leveraging OctoDNS."
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"octodns>=1.13.0",
"octodns-cloudflare>=1.0.0",
"octodns-ddns>=0.2.1",
]