1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00

Fix install

This commit is contained in:
ericgaspar 2022-08-23 07:04:26 +02:00
parent 21cb21e617
commit 5c693f25dd
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
"email": "pierre@kayou.io" "email": "pierre@kayou.io"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 11.0.9"
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
# dependencies used by the app # dependencies used by the app
pkg_dependencies="python3-dev python3-pip libffi-dev libzmq3-dev" pkg_dependencies="python3-dev python3-pip"
nodejs_version="16" nodejs_version="16"