working code

This commit is contained in:
2021-08-18 00:18:18 +02:00
parent 33a744ff7f
commit 329747db1b
6 changed files with 654 additions and 0 deletions

10
Pipfile Normal file
View File

@@ -0,0 +1,10 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
octodns = "*"
dnsimple = "*"
pyyaml = "*"
dnspython = "*"