intial commit

This commit is contained in:
2022-03-30 21:30:13 +02:00
commit 9e66509ba1
10 changed files with 738 additions and 0 deletions

16
Pipfile Normal file
View File

@@ -0,0 +1,16 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
PyYAML = ">=6.0"
dacite = ">= 1.6.0"
aiohttp = ">= 3.8.1"
aiodns = ">= 3.0.0"
aiofiles = ">= 0.8.0"
[dev-packages]
[requires]
python_version = "3.10"