1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00
This commit is contained in:
yalh76 2022-09-03 18:27:29 +02:00
parent 126c35b3cb
commit ed536471b2
5 changed files with 188 additions and 186 deletions

View file

@ -144,6 +144,8 @@ pushd "$final_path"
#=================================================
ynh_script_progression --message="Installing more dependencies..." --weight=1
ynh_exec_warn_less $ynh_pip install --upgrade pip
ynh_exec_warn_less $ynh_pip install gunicorn
echo "django-auth-ldap<1.4" >> $final_path/requirements.txt
ynh_exec_warn_less $ynh_pip install -r $final_path/requirements.txt