From e6e953e76b6182a8abfb82784cc391a97048cb39 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 11 Apr 2024 13:40:57 +0200 Subject: [PATCH] Upgrade and install lxml_html_clean in upgrade --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 118f6a2..321b947 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -61,6 +61,7 @@ ynh_script_progression --message="Installing python dependencies..." --weight=1 set -o nounset python3 -m pip install --upgrade pip + python3 -m pip install --upgrade lxml_html_clean python3 -m pip install --upgrade -r "$install_dir/pytition/requirements.txt" )