修改包名

This commit is contained in:
Tian jianyong 2024-12-20 19:45:23 +08:00
parent 24b0a4d307
commit 34bef02d2e

View File

@ -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