Cinematch / services /api /pyproject.toml
Amit-kr26's picture
fix: uv workspace project table, workspace deps in tests, kafka-python-ng
ddfa6c2
Raw
History Blame Contribute Delete
268 Bytes
[project]
name = "api"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.111",
"uvicorn[standard]>=0.30",
"redis[asyncio]>=5.0",
"asyncpg>=0.29",
"kafka-python-ng>=2.2",
"prometheus-client>=0.20",
"pydantic>=2.7",
]