This commit is contained in:
2024-04-10 21:00:26 +02:00
parent 27a6dcfe7c
commit 549a8e2ac4
4 changed files with 46 additions and 6 deletions

View File

@ -11,6 +11,7 @@ python = "^3.11"
fastapi = "^0.110.1"
hypercorn = "^0.16.0"
pydantic = "^2.6.4"
ipaddress = "^1.0.23"
[tool.poetry.scripts]
main = "src.main:main"