From ea52a3456115ca1312539cba2a4e2226cdd00304 Mon Sep 17 00:00:00 2001 From: Ing Date: Wed, 28 Aug 2024 21:01:15 +0800 Subject: [PATCH] chore: Install bs4 package for web scraping functionality --- localbuild.sh | 1 + scripts/requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/localbuild.sh b/localbuild.sh index 1f88f06a..655e96da 100755 --- a/localbuild.sh +++ b/localbuild.sh @@ -35,6 +35,7 @@ function create() { sudo apt update sudo apt install -y locales busybox dialog curl xz-utils cpio sed qemu-utils + sudo pip install bs4 sudo locale-gen ar_SA.UTF-8 de_DE.UTF-8 en_US.UTF-8 es_ES.UTF-8 fr_FR.UTF-8 ja_JP.UTF-8 ko_KR.UTF-8 ru_RU.UTF-8 th_TH.UTF-8 tr_TR.UTF-8 uk_UA.UTF-8 vi_VN.UTF-8 zh_CN.UTF-8 zh_HK.UTF-8 zh_TW.UTF-8 YQ=$(command -v yq) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 27320e5a..495ecaf5 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,3 +1,4 @@ +bs4 click kmodule requests