24 lines
389 B
Plaintext
24 lines
389 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
|
|
|
|
# NEF/Compilation related dependencies
|
|
onnx
|
|
onnxruntime
|
|
|
|
# Model conversion and optimization
|
|
onnxoptimizer
|
|
|
|
# Image processing
|
|
Pillow
|
|
opencv-python
|
|
|
|
# Utilities
|
|
python-dotenv |