From 9fa39b3b873d15757931db16a0db3cd09460fc9a Mon Sep 17 00:00:00 2001 From: Didi Hoffmann Date: Wed, 2 Aug 2023 20:20:46 +0200 Subject: [PATCH] Fixing minor things under linux --- docker/requirements.txt | 8 ++++++-- install_linux.sh | 2 +- requirements.txt | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index d043d7ca2..91706445f 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,9 +1,13 @@ +gunicorn==21.2.0 psycopg[binary]==3.1.9 fastapi==0.100.1 +uvicorn[standard]==0.23.2 pandas==2.0.3 PyYAML==6.0.1 anybadge==1.14.0 -scipy==1.11.1 +uvicorn==0.23.2 orjson==3.9.2 pyserial==3.5 -psutil==5.9.5 \ No newline at end of file +psutil==5.9.5 +scipy==1.11.1 +schema==0.7.5 \ No newline at end of file diff --git a/install_linux.sh b/install_linux.sh index 4831b8159..d06d24363 100755 --- a/install_linux.sh +++ b/install_linux.sh @@ -101,12 +101,12 @@ sed -i -e "s|__METRICS_URL__|$metrics_url|" frontend/js/helpers/config.js print_message "Checking out further git submodules ..." git submodule update --init -sudo apt-get update print_message "Installing needed binaries for building ..." if lsb_release -is | grep -q "Fedora"; then sudo dnf -y install lm_sensors lm_sensors-devel glib2 glib2-devel tinyproxy else + sudo apt-get update sudo apt-get install -y lm-sensors libsensors-dev libglib2.0-0 libglib2.0-dev tinyproxy fi diff --git a/requirements.txt b/requirements.txt index c4ef5647b..78bc6b47b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ pandas==2.0.3 psycopg[binary]==3.1.9 pyserial==3.5 psutil==5.9.5 +schema==0.7.5 \ No newline at end of file