16 lines
263 B
Plaintext
16 lines
263 B
Plaintext
|
|
# Core dependencies for AI service infrastructure
|
||
|
|
|
||
|
|
# FastAPI and server
|
||
|
|
fastapi==0.104.1
|
||
|
|
uvicorn[standard]==0.24.0
|
||
|
|
pydantic==2.5.0
|
||
|
|
|
||
|
|
# HTTP client for health checks and proxying
|
||
|
|
httpx==0.25.1
|
||
|
|
|
||
|
|
# YAML configuration
|
||
|
|
pyyaml==6.0.1
|
||
|
|
|
||
|
|
# Process management
|
||
|
|
psutil==5.9.6
|