Initial commit. DNS queries are broken. But most of the stuff seems to work.

This commit is contained in:
Kalzu Rekku
2025-05-03 09:59:47 +03:00
commit 26e9454ba9
7 changed files with 1942 additions and 0 deletions

19
Pipfile Normal file
View File

@ -0,0 +1,19 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = "*"
twisted = "*"
pytest = "*"
pydantic = "*"
uvicorn = "*"
black = "*"
pytest-mock = "*"
requests = "*"
[dev-packages]
[requires]
python_version = "3.13"