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