Initial commit: LogHive centralized log management system
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user