From cb9d26e82c891d56a1e1441880ae680cf609558a Mon Sep 17 00:00:00 2001 From: "Lucas F." Date: Thu, 20 Jun 2024 11:04:09 -0300 Subject: [PATCH] fix: remove uwsgi from dependencies --- run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/run.sh b/run.sh index 864b4f5..1cefc64 100755 --- a/run.sh +++ b/run.sh @@ -319,7 +319,6 @@ create_venv() { # Install project dependencies install_dependencies() { /home/$USERNAME/$APP/$VENV/bin/pip3 install --upgrade pip && - /home/$USERNAME/$APP/$VENV/bin/pip3 install uwsgi && /home/$USERNAME/$APP/$VENV/bin/pip3 install -r /home/$USERNAME/$APP/requirements.txt if [[ $? -ge 1 ]]; then update_step_error "$x"