From 67897eeef150cce86b46870471b29edf9d833755 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Fri, 24 May 2019 14:31:08 +0200 Subject: [PATCH] fix: [update v1.7] add bs4 requirement --- requirements.txt | 2 ++ update/v1.7/Update.sh | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/requirements.txt b/requirements.txt index 3991e158..fe98901d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,6 +51,8 @@ DomainClassifier #Indexer requirements whoosh +beautifulsoup4 + ipaddress pycountry diff --git a/update/v1.7/Update.sh b/update/v1.7/Update.sh index 601b3cab..fe941541 100755 --- a/update/v1.7/Update.sh +++ b/update/v1.7/Update.sh @@ -32,6 +32,11 @@ sudo make install wait echo "" +echo "" +echo -e $GREEN"Update requirement"$DEFAULT +echo "" +pip3 install beautifulsoup4 + bash ${AIL_BIN}LAUNCH.sh -lav & wait echo ""