2026-01-28 06:16:04 +00:00

22 lines
339 B
Plaintext

# Core FastAPI dependencies (fixed versions for compatibility)
fastapi==0.104.1
uvicorn[standard]==0.24.0
pydantic==2.5.0
# HTTP client for API calls
httpx
# File handling
python-multipart
# ONNX related dependencies
onnx
onnxruntime
onnxoptimizer
# Image processing
Pillow
opencv-python
# Utilities
python-dotenv