Files
Crm-Backend/pyproject.toml
2025-10-30 17:06:30 +04:00

39 lines
938 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",
"aioboto3>=15.4.0",
"pymupdf>=1.26.5",
"pdfrw>=0.4",
"fpdf>=1.7.2",
"reportlab>=4.4.4",
"pathlib>=1.0.1",
"starlette>=0.47.2",
"python-multipart>=0.0.20",
"lexorank-py==0.1.1",
"taskiq>=0.11.19",
"taskiq-aio-pika>=0.4.4",
"taskiq-fastapi>=0.3.5",
"taskiq-postgresql>=0.4.0",
]
[dependency-groups]
dev = [
"ruff>=0.12.5",
]