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