abfd07331e
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
26 lines
378 B
Plaintext
26 lines
378 B
Plaintext
# LogHive Backend Dependencies
|
|
|
|
# Framework
|
|
fastapi>=0.111.0
|
|
uvicorn[standard]>=0.30.0
|
|
pydantic>=2.7.0
|
|
pydantic-settings>=2.3.0
|
|
|
|
# Database
|
|
sqlalchemy[asyncio]>=2.0.30
|
|
asyncpg>=0.29.0
|
|
|
|
# Task Queue
|
|
celery>=5.4.0
|
|
redis>=5.0.0
|
|
|
|
# HTTP Client (for webhook notifications)
|
|
httpx>=0.27.0
|
|
|
|
# CORS / Middleware
|
|
python-multipart>=0.0.9
|
|
|
|
# Utilities
|
|
python-dateutil>=2.9.0
|
|
orjson>=3.10.0
|