From bc4bdd652581238320993061dabff83048b9048f Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 2 Jun 2023 22:49:06 +0200 Subject: [PATCH] fix --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7fa71f7..b787df7 100644 --- a/scripts/install +++ b/scripts/install @@ -88,7 +88,7 @@ ynh_script_progression --message="Installing Python dependencies..." --weight=1 pushd $install_dir python3 -m venv $install_dir/venv source $install_dir/venv/bin/activate - ynh_exec_warn_less pip install --upgrade pip wheel + ynh_exec_warn_less pip install --upgrade pip wheel toml ynh_exec_warn_less pip install --editable ./api popd