From 34bef02d2efc27faa82796a294ccdd020015fcc9 Mon Sep 17 00:00:00 2001 From: Tian jianyong <11429339@qq.com> Date: Fri, 20 Dec 2024 19:45:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=85=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 0d8ba89..a61ad3e 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -62,7 +62,7 @@ log_info "Installing Python packages..." cd "${PROJECT_ROOT}/python" for pkg in MarkupSafe-2.0.1*.whl Jinja2-3.0.1*.whl \ click-8.0.1*.whl itsdangerous-2.0.1*.whl \ - werkzeug-2.0.1*.whl flask-2.0.1*.whl; do + Werkzeug-2.0.1*.whl Flask-2.0.1*.whl; do if [ ! -f "$pkg" ]; then log_error "Required package not found: $pkg" exit 1