Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user