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:
parent
4914968997
commit
e6e953e76b
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue