feat: refactor route structure and update FastAPI configuration
This commit is contained in:
@ -7,7 +7,7 @@ dependencies = [
|
||||
"aiohttp[speedups]>=3.12.14",
|
||||
"alembic>=1.16.4",
|
||||
"asyncpg>=0.30.0",
|
||||
"fastapi>=0.116.1",
|
||||
"fastapi[standard]>=0.116.1",
|
||||
"gunicorn>=23.0.0",
|
||||
"orjson>=3.11.1",
|
||||
"pydantic>=2.11.7",
|
||||
@ -15,6 +15,8 @@ dependencies = [
|
||||
"redis[hiredis]>=6.2.0",
|
||||
"sqlalchemy[asyncio]>=2.0.41",
|
||||
"uvicorn>=0.35.0",
|
||||
"fastapi-endpoints @ git+https://github.com/vladNed/fastapi-endpoints.git@main"
|
||||
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
||||
Reference in New Issue
Block a user