From c497e83a54c15831ac7bfe752b4cfbd66315c5c3 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Thu, 24 Nov 2022 10:47:45 -0600 Subject: [PATCH] Update python dependencies (#4500) * low risk updatea * revert scipy * update flask --- Dockerfile | 2 -- requirements-wheels.txt | 12 ++++++------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 86cebc1e4..25895859a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -101,8 +101,6 @@ ARG APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=DontWarn # https://github.com/NVIDIA/nvidia-docker/wiki/Installation-(Native-GPU-Support) ENV NVIDIA_DRIVER_CAPABILITIES="compute,video,utility" -ENV FLASK_ENV="development" - ENV PATH="/usr/lib/btbn-ffmpeg/bin:/usr/local/go2rtc/bin:/usr/local/nginx/sbin:${PATH}" # Install dependencies diff --git a/requirements-wheels.txt b/requirements-wheels.txt index 7df0be770..f952a9528 100644 --- a/requirements-wheels.txt +++ b/requirements-wheels.txt @@ -1,20 +1,20 @@ click == 8.1.* -Flask == 2.1.* +Flask == 2.2.* imutils == 0.5.* -matplotlib == 3.5.* +matplotlib == 3.6.* mypy == 0.942 numpy == 1.22.* opencv-python-headless == 4.5.5.* paho-mqtt == 1.6.* -peewee == 3.14.* +peewee == 3.15.* peewee_migrate == 1.4.* psutil == 5.9.* -pydantic == 1.9.* +pydantic == 1.10.* PyYAML == 6.0 types-PyYAML == 6.0.* -requests == 2.27.* +requests == 2.28.* types-requests == 2.28.* scipy == 1.8.* setproctitle == 1.2.* ws4py == 0.5.* -zeroconf == 0.38.4 +zeroconf == 0.39.4