frigate/transcode_proxy/requirements.txt
2026-03-17 10:46:42 -07:00

6 lines
227 B
Plaintext

# Dependencies for running the transcode proxy standalone (e.g. in a separate container).
# Frigate's main container may already have these; the proxy can share the same env.
fastapi>=0.100.0
uvicorn>=0.22.0
httpx>=0.24.0