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:
parent
21cb21e617
commit
5c693f25dd
2 changed files with 2 additions and 2 deletions
|
@ -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": [
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue