feat: initial poc

This commit is contained in:
2021-06-29 09:24:44 +02:00
commit be1d64337c
4 changed files with 409 additions and 0 deletions

14
Pipfile Normal file
View File

@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
dnslib = ">=0.9.16"
docker = ">=5.0.0"
six = ">=1.16.0"
[dev-packages]
[requires]
python_version = "3.9"