From 4169d787b394774cedb62a00e21ec3e0795dd77f Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 27 Mar 2023 23:27:42 +0200 Subject: [PATCH] fix fail2ban --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 0543be1..f659a84 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -121,7 +121,7 @@ ynh_secure_remove --file="$install_dir/virtualenv" source $install_dir/virtualenv/bin/activate pip install --upgrade pip pip install --upgrade setuptools - ynh_exec_warn_less pip install wheel + ynh_exec_warn_less pip install wheel toml # Workaround for error AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK' ynh_replace_string --match_string="pyOpenSSL~=20.0.1" --replace_string="pyOpenSSL~=21.0.0" --target_file="$install_dir/api/requirements/base.txt" ynh_exec_warn_less pip install -r api/requirements.txt