10 lines
300 B
Plaintext
10 lines
300 B
Plaintext
# Install: cd fish_api && python3 -m pip install -r requirements.txt
|
|
# Or editable: python3 -m pip install -e .
|
|
# (Keep in sync with pyproject.toml [project].dependencies)
|
|
fastapi>=0.115.0
|
|
loguru>=0.7.0
|
|
numpy>=1.26.0
|
|
opencv-python-headless>=4.8.0
|
|
uvicorn[standard]>=0.32.0
|
|
pydantic-settings>=2.6.0
|