| # Prometheus API — backend service deps. | |
| # Detection deps (torch, ultralytics, opencv, pillow, numpy) are already | |
| # pinned in the project-root requirements.txt and imported lazily. | |
| fastapi>=0.110 | |
| uvicorn[standard]>=0.29 | |
| python-multipart>=0.0.9 | |
| # Video jobs: H.264 output that plays in a browser <video> tag, and the | |
| # assignment solver BoT-SORT tracking needs. | |
| imageio>=2.31 | |
| imageio-ffmpeg>=0.4.9 | |
| lap>=0.5 | |