Refactor code structure for improved readability and maintainability

This commit is contained in:
JSC
2025-08-29 15:27:12 +02:00
parent dc89e45675
commit 2bdd109492
23 changed files with 652 additions and 719 deletions

View File

@@ -8,29 +8,29 @@ dependencies = [
"aiosqlite==0.21.0",
"apscheduler==3.11.0",
"bcrypt==4.3.0",
"email-validator==2.2.0",
"email-validator==2.3.0",
"fastapi[standard]==0.116.1",
"ffmpeg-python==0.2.0",
"httpx==0.28.1",
"pydantic-settings==2.10.1",
"pyjwt==2.10.1",
"python-socketio==5.13.0",
"pytz==2024.1",
"pytz==2025.2",
"python-vlc==3.0.21203",
"sqlmodel==0.0.24",
"uvicorn[standard]==0.35.0",
"yt-dlp==2025.8.20",
"yt-dlp==2025.8.27",
]
[tool.uv]
dev-dependencies = [
"coverage==7.10.4",
"faker==37.5.3",
"coverage==7.10.5",
"faker==37.6.0",
"httpx==0.28.1",
"mypy==1.17.1",
"pytest==8.4.1",
"pytest-asyncio==1.1.0",
"ruff==0.12.10",
"ruff==0.12.11",
]
[tool.mypy]
@@ -69,6 +69,7 @@ ignore = ["D100", "D103", "TRY301"]
]
[tool.pytest.ini_options]
asyncio_mode = "auto"
filterwarnings = [
"ignore:transaction already deassociated from connection:sqlalchemy.exc.SAWarning",
]