feat: ask DNS, and get config from a .env file

This commit is contained in:
Michael Hinz 2026-02-12 15:31:00 +01:00
commit c922186b84
4 changed files with 55 additions and 23 deletions

View file

@ -7,4 +7,5 @@ requires-python = ">=3.13"
dependencies = [
"dnstools>=0.0.1",
"mysqlclient>=2.2.8",
"python-decouple>=3.8",
]