Refactor code structure for improved readability and maintainability
Some checks failed
Backend CI / lint (push) Failing after 1m29s
Backend CI / test (push) Failing after 1m36s

This commit is contained in:
JSC
2025-09-13 22:38:55 +02:00
parent 1388ede1dc
commit 92571f4de9
4 changed files with 269 additions and 121 deletions

View File

@@ -19,18 +19,20 @@ dependencies = [
"python-vlc==3.0.21203",
"sqlmodel==0.0.24",
"uvicorn[standard]==0.35.0",
"yt-dlp==2025.8.27",
"yt-dlp==2025.9.5",
"asyncpg==0.30.0",
"psycopg[binary]==3.2.10",
]
[tool.uv]
dev-dependencies = [
"coverage==7.10.5",
"coverage==7.10.6",
"faker==37.6.0",
"httpx==0.28.1",
"mypy==1.17.1",
"pytest==8.4.1",
"pytest-asyncio==1.1.0",
"ruff==0.12.11",
"mypy==1.18.1",
"pytest==8.4.2",
"pytest-asyncio==1.2.0",
"ruff==0.13.0",
]
[tool.mypy]