2022-04-12 14:21:21 +02:00
|
|
|
click == 8.1.*
|
2024-09-24 15:05:30 +02:00
|
|
|
# FastAPI
|
2024-11-19 19:20:04 +01:00
|
|
|
aiohttp == 3.11.2
|
|
|
|
starlette == 0.41.2
|
2024-09-24 15:05:30 +02:00
|
|
|
starlette-context == 0.3.6
|
2024-10-24 15:48:14 +02:00
|
|
|
fastapi == 0.115.*
|
2024-10-07 22:30:45 +02:00
|
|
|
uvicorn == 0.30.*
|
2024-10-24 15:48:14 +02:00
|
|
|
slowapi == 0.1.*
|
2022-04-12 14:21:21 +02:00
|
|
|
imutils == 0.5.*
|
2024-08-29 16:15:06 +02:00
|
|
|
joserfc == 1.0.*
|
2024-09-24 15:05:30 +02:00
|
|
|
pathvalidate == 3.2.*
|
2024-02-16 13:08:44 +01:00
|
|
|
markupsafe == 2.1.*
|
2023-10-21 17:53:21 +02:00
|
|
|
mypy == 1.6.1
|
2024-04-09 01:19:45 +02:00
|
|
|
numpy == 1.26.*
|
2023-04-26 13:08:53 +02:00
|
|
|
onvif_zeep == 0.2.12
|
2024-04-20 00:13:01 +02:00
|
|
|
opencv-python-headless == 4.9.0.*
|
2024-05-22 16:41:43 +02:00
|
|
|
paho-mqtt == 2.1.*
|
2024-04-09 01:19:45 +02:00
|
|
|
pandas == 2.2.*
|
2023-10-21 17:53:21 +02:00
|
|
|
peewee == 3.17.*
|
2024-08-29 16:15:06 +02:00
|
|
|
peewee_migrate == 1.13.*
|
2024-10-24 15:48:14 +02:00
|
|
|
psutil == 6.1.*
|
2024-08-29 16:15:06 +02:00
|
|
|
pydantic == 2.8.*
|
2023-05-05 01:02:01 +02:00
|
|
|
git+https://github.com/fbcotter/py3nvml#egg=py3nvml
|
2024-10-24 15:48:14 +02:00
|
|
|
pytz == 2024.*
|
2024-08-29 16:15:06 +02:00
|
|
|
pyzmq == 26.2.*
|
2023-11-02 14:36:49 +01:00
|
|
|
ruamel.yaml == 0.18.*
|
|
|
|
tzlocal == 5.2
|
2024-05-22 16:41:43 +02:00
|
|
|
requests == 2.32.*
|
|
|
|
types-requests == 2.32.*
|
2024-04-20 00:13:01 +02:00
|
|
|
scipy == 1.13.*
|
2023-05-31 16:12:43 +02:00
|
|
|
norfair == 2.2.*
|
2022-12-30 23:43:32 +01:00
|
|
|
setproctitle == 1.3.*
|
2022-04-12 14:21:21 +02:00
|
|
|
ws4py == 0.5.*
|
2023-11-21 03:05:51 +01:00
|
|
|
unidecode == 1.3.*
|
2024-10-10 03:46:31 +02:00
|
|
|
# OpenVino & ONNX
|
2024-09-21 00:20:11 +02:00
|
|
|
openvino == 2024.3.*
|
2024-10-10 03:46:31 +02:00
|
|
|
onnxruntime-openvino == 1.19.* ; platform_machine == 'x86_64'
|
|
|
|
onnxruntime == 1.19.* ; platform_machine == 'aarch64'
|
2024-06-21 23:30:19 +02:00
|
|
|
# Embeddings
|
2024-10-07 22:30:45 +02:00
|
|
|
transformers == 4.45.*
|
2024-06-21 23:30:19 +02:00
|
|
|
# Generative AI
|
2024-10-07 22:30:45 +02:00
|
|
|
google-generativeai == 0.8.*
|
|
|
|
ollama == 0.3.*
|
|
|
|
openai == 1.51.*
|
2024-07-22 22:39:15 +02:00
|
|
|
# push notifications
|
|
|
|
py-vapid == 1.9.*
|
2024-09-06 21:18:48 +02:00
|
|
|
pywebpush == 2.0.*
|