From ea2bbf7f8b95e9d76bd0a0749620d15994194b02 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 15 Apr 2023 08:25:31 +0200 Subject: [PATCH] fix pipenv dependency --- scripts/upgrade | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 344e90d..b5b9081 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -32,6 +32,17 @@ ynh_script_progression --message="Stopping a systemd service..." --weight=1 ynh_systemd_action --action="stop" --service_name="${app}" ynh_systemd_action --action="stop" --service_name="${app}_workers" + +#================================================= +# INSTALL DEPENDENCIES +#================================================= +ynh_script_progression --message="Installing dependencies..." --weight=23 + +ynh_exec_warn_less python3 -m pip install pipenv + + + + #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================