mirror of
https://github.com/YunoHost-Apps/zeronet_ynh.git
synced 2024-09-03 17:46:12 +02:00
fix coincurve
This commit is contained in:
parent
00e9169921
commit
57e9d2b464
4 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
# ZeroNet for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/zeronet)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=zeronet)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
|
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue