1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pytition_ynh.git synced 2024-09-03 20:16:08 +02:00

Upgrade and install lxml_html_clean in upgrade

This commit is contained in:
tituspijean 2024-04-11 13:40:57 +02:00 committed by GitHub
parent 4914968997
commit e6e953e76b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,6 +61,7 @@ ynh_script_progression --message="Installing python dependencies..." --weight=1
set -o nounset
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade lxml_html_clean
python3 -m pip install --upgrade -r "$install_dir/pytition/requirements.txt"
)