Refactor code structure for improved readability and maintainability

This commit is contained in:
JSC
2025-07-27 14:24:11 +02:00
parent 0f605d7ed1
commit 2e87ff9927
8 changed files with 388 additions and 65 deletions

View File

@@ -12,19 +12,20 @@ dependencies = [
"httpx==0.28.1",
"pydantic-settings==2.10.1",
"pyjwt==2.10.1",
"python-socketio>=5.13.0",
"sqlmodel==0.0.24",
"uvicorn[standard]==0.35.0",
]
[tool.uv]
dev-dependencies = [
"coverage==7.9.2",
"coverage==7.10.0",
"faker==37.4.2",
"httpx==0.28.1",
"mypy==1.17.0",
"pytest==8.4.1",
"pytest-asyncio==1.1.0",
"ruff==0.12.4",
"ruff==0.12.5",
]
[tool.mypy]