mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
* frigate+ pane i18n fix * catch more exceptions * explore search result tooltip i18n fix * i18n fix * remove comments about deprecated strftime_fmt * Catch producers exists but is None * Formatting * fix live camera view i18n * Add default role config for proxy users This allows users to specify a default role for users when using a proxy for auth. This can be useful for users who can't/don't want to define a header mapping for the remote-role header. * update reference config and auth docs * clarify face rec camera level config * clarify auth docs * Fix onnx not working with openvino * Update openvino to fix failed npu plugin check --------- Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
73 lines
1.7 KiB
Plaintext
73 lines
1.7 KiB
Plaintext
aiofiles == 24.1.*
|
|
click == 8.1.*
|
|
# FastAPI
|
|
aiohttp == 3.11.3
|
|
starlette == 0.41.2
|
|
starlette-context == 0.3.6
|
|
fastapi == 0.115.*
|
|
uvicorn == 0.30.*
|
|
slowapi == 0.1.*
|
|
joserfc == 1.0.*
|
|
pathvalidate == 3.2.*
|
|
markupsafe == 3.0.*
|
|
python-multipart == 0.0.12
|
|
# General
|
|
mypy == 1.6.1
|
|
onvif-zeep-async == 3.1.*
|
|
paho-mqtt == 2.1.*
|
|
pandas == 2.2.*
|
|
peewee == 3.17.*
|
|
peewee_migrate == 1.13.*
|
|
psutil == 6.1.*
|
|
pydantic == 2.10.*
|
|
git+https://github.com/fbcotter/py3nvml#egg=py3nvml
|
|
pytz == 2025.*
|
|
pyzmq == 26.2.*
|
|
ruamel.yaml == 0.18.*
|
|
tzlocal == 5.2
|
|
requests == 2.32.*
|
|
types-requests == 2.32.*
|
|
norfair == 2.2.*
|
|
setproctitle == 1.3.*
|
|
ws4py == 0.5.*
|
|
unidecode == 1.3.*
|
|
# Image Manipulation
|
|
numpy == 1.26.*
|
|
opencv-python-headless == 4.11.0.*
|
|
opencv-contrib-python == 4.11.0.*
|
|
scipy == 1.14.*
|
|
# OpenVino & ONNX
|
|
openvino == 2025.0.*
|
|
onnxruntime-openvino == 1.21.0 ; platform_machine == 'x86_64'
|
|
onnxruntime == 1.21.0 ; platform_machine == 'aarch64'
|
|
# Embeddings
|
|
transformers == 4.45.*
|
|
# Generative AI
|
|
google-generativeai == 0.8.*
|
|
ollama == 0.3.*
|
|
openai == 1.65.*
|
|
# push notifications
|
|
py-vapid == 1.9.*
|
|
pywebpush == 2.0.*
|
|
# alpr
|
|
pyclipper == 1.3.*
|
|
shapely == 2.0.*
|
|
Levenshtein==0.26.*
|
|
# HailoRT Wheels
|
|
appdirs==1.4.*
|
|
argcomplete==2.0.*
|
|
contextlib2==0.6.*
|
|
distlib==0.3.*
|
|
filelock==3.8.*
|
|
future==0.18.*
|
|
importlib-metadata==5.1.*
|
|
importlib-resources==5.1.*
|
|
netaddr==0.8.*
|
|
netifaces==0.10.*
|
|
verboselogs==1.7.*
|
|
virtualenv==20.17.*
|
|
prometheus-client == 0.21.*
|
|
# TFLite
|
|
tflite_runtime @ https://github.com/frigate-nvr/TFlite-builds/releases/download/v2.17.1/tflite_runtime-2.17.1-cp311-cp311-linux_x86_64.whl; platform_machine == 'x86_64'
|
|
tflite_runtime @ https://github.com/feranick/TFlite-builds/releases/download/v2.17.1/tflite_runtime-2.17.1-cp311-cp311-linux_aarch64.whl; platform_machine == 'aarch64'
|