2026-06-29 00:10:10 +02:00
|
|
|
# LeoCRM v1.0 - Production Dependencies
|
2026-06-03 23:52:01 +00:00
|
|
|
|
|
|
|
|
# Web framework
|
|
|
|
|
fastapi>=0.111.0,<0.116
|
|
|
|
|
uvicorn[standard]>=0.29.0
|
2026-06-29 00:10:10 +02:00
|
|
|
python-multipart>=0.0.7
|
2026-07-02 06:54:38 +00:00
|
|
|
httpx>=0.27
|
2026-06-03 23:52:01 +00:00
|
|
|
|
|
|
|
|
# Database / ORM
|
|
|
|
|
sqlalchemy==2.0.35
|
|
|
|
|
alembic>=1.13
|
|
|
|
|
asyncpg>=0.29
|
|
|
|
|
|
|
|
|
|
# Validation / Settings
|
|
|
|
|
pydantic>=2.5
|
|
|
|
|
pydantic-settings>=2.1
|
|
|
|
|
|
|
|
|
|
# Auth
|
|
|
|
|
passlib[bcrypt]==1.7.4
|
|
|
|
|
bcrypt==4.0.1
|
|
|
|
|
|
2026-06-29 00:10:10 +02:00
|
|
|
# Redis / Job Queue
|
|
|
|
|
redis>=5.0
|
|
|
|
|
arq>=0.25
|
|
|
|
|
|
|
|
|
|
# File I/O
|
2026-06-03 23:52:01 +00:00
|
|
|
aiofiles>=23.2
|
|
|
|
|
|
2026-06-29 00:10:10 +02:00
|
|
|
# Templates (optional)
|
2026-06-03 23:52:01 +00:00
|
|
|
jinja2>=3.1
|
2026-06-29 00:10:10 +02:00
|
|
|
greenlet>=3.0
|
2026-06-29 00:44:34 +02:00
|
|
|
openpyxl>=3.1
|
2026-07-01 23:15:35 +02:00
|
|
|
|
|
|
|
|
# Monitoring
|
|
|
|
|
prometheus-client>=0.20
|
|
|
|
|
structlog>=24.0
|