46 lines
886 B
Plaintext
46 lines
886 B
Plaintext
|
|
# Alert Processor Service v2.0 Dependencies
|
||
|
|
|
||
|
|
# FastAPI and server
|
||
|
|
fastapi==0.104.1
|
||
|
|
uvicorn[standard]==0.24.0
|
||
|
|
python-multipart==0.0.6
|
||
|
|
|
||
|
|
# Database
|
||
|
|
sqlalchemy[asyncio]==2.0.23
|
||
|
|
asyncpg==0.29.0
|
||
|
|
alembic==1.12.1
|
||
|
|
psycopg2-binary==2.9.9
|
||
|
|
|
||
|
|
# RabbitMQ
|
||
|
|
aio-pika==9.3.0
|
||
|
|
|
||
|
|
# Redis
|
||
|
|
redis[hiredis]==5.0.1
|
||
|
|
|
||
|
|
# HTTP client
|
||
|
|
httpx==0.25.1
|
||
|
|
|
||
|
|
# Validation and settings
|
||
|
|
pydantic==2.5.0
|
||
|
|
pydantic-settings==2.1.0
|
||
|
|
|
||
|
|
# Structured logging
|
||
|
|
structlog==23.2.0
|
||
|
|
|
||
|
|
# Utilities
|
||
|
|
python-dateutil==2.8.2
|
||
|
|
|
||
|
|
# Authentication
|
||
|
|
python-jose[cryptography]==3.3.0
|
||
|
|
|
||
|
|
# Monitoring and Observability
|
||
|
|
psutil==5.9.8
|
||
|
|
opentelemetry-api==1.39.1
|
||
|
|
opentelemetry-sdk==1.39.1
|
||
|
|
opentelemetry-instrumentation-fastapi==0.60b1
|
||
|
|
opentelemetry-exporter-otlp-proto-grpc==1.39.1
|
||
|
|
opentelemetry-exporter-otlp-proto-http==1.39.1
|
||
|
|
opentelemetry-instrumentation-httpx==0.60b1
|
||
|
|
opentelemetry-instrumentation-redis==0.60b1
|
||
|
|
opentelemetry-instrumentation-sqlalchemy==0.60b1
|