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