From 5ef44a1f172bc2f1ab43af42ab59ca704cd11f08 Mon Sep 17 00:00:00 2001 From: Ground-Zerro Date: Wed, 1 Jan 2025 12:59:49 +1100 Subject: [PATCH] Update web_install.sh --- web/web_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/web_install.sh b/web/web_install.sh index 41a1a1a..3f3fbfe 100644 --- a/web/web_install.sh +++ b/web/web_install.sh @@ -44,7 +44,7 @@ echo "Устанавливаем зависимости Python..." curl -o $APP_DIR/requirements.txt https://raw.githubusercontent.com/Ground-Zerro/DomainMapper/refs/heads/main/requirements.txt # Установка зависимостей из requirements.txt и добавление необходимых библиотек -sudo -u $USERNAME bash -c "source $APP_DIR/venv/bin/activate && pip install -r $APP_DIR/requirements.txt fastapi uvicorn pydantic" +sudo -u $USERNAME bash -c "source $APP_DIR/venv/bin/activate && pip install -r $APP_DIR/requirements.txt fastapi uvicorn pydantic gunicorn" # Загрузка файлов приложения echo "Загружаем файлы приложения..."