26 lines
611 B
TOML
26 lines
611 B
TOML
[project]
|
|
name = "crm-backend"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"aiohttp[speedups]>=3.12.14",
|
|
"alembic>=1.16.4",
|
|
"asyncpg>=0.30.0",
|
|
"fastapi[standard]>=0.116.1",
|
|
"gunicorn>=23.0.0",
|
|
"orjson>=3.11.1",
|
|
"pydantic>=2.11.7",
|
|
"python-dotenv>=1.1.1",
|
|
"redis[hiredis]>=6.2.0",
|
|
"sqlalchemy[asyncio]>=2.0.41",
|
|
"uvicorn[standard]>=0.35.0",
|
|
"fastapi-endpoints @ git+https://github.com/vladNed/fastapi-endpoints.git@main",
|
|
"uvicorn-worker>=0.3.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"ruff>=0.12.5",
|
|
]
|