diff --git a/scripts/install b/scripts/install index b594621..5956b79 100755 --- a/scripts/install +++ b/scripts/install @@ -73,7 +73,7 @@ ynh_exec_warn_less yunohost firewall allow --no-upnp TCP $fs_port ynh_script_progression --message="Installing dependencies..." ynh_install_app_dependencies $pkg_dependencies - +pip3 install --upgrade pip pip3 install gevent-websocket msgpack-python gevent base58 merkletools rsa PySocks pyasn1 websocket_client gevent-ws coincurve maxminddb #================================================= diff --git a/scripts/restore b/scripts/restore index d06a2e8..b99b243 100755 --- a/scripts/restore +++ b/scripts/restore @@ -84,6 +84,7 @@ ynh_script_progression --message="Reinstalling dependencies..." # Define and install dependencies ynh_install_app_dependencies $pkg_dependencies +pip3 install --upgrade pip pip3 install gevent-websocket msgpack-python gevent base58 merkletools rsa PySocks pyasn1 websocket_client gevent-ws coincurve maxminddb #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 4588b45..b1ec08a 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -98,7 +98,7 @@ ynh_add_nginx_config ynh_script_progression --message="Upgrading dependencies..." ynh_install_app_dependencies $pkg_dependencies - +pip3 install --upgrade pip pip3 install gevent-websocket msgpack-python gevent base58 merkletools rsa PySocks pyasn1 websocket_client gevent-ws coincurve maxminddb #=================================================