mirror of
https://github.com/YunoHost-Apps/pytition_ynh.git
synced 2024-09-03 20:16:08 +02:00
Add lxml_html_clean requirement in install
This commit is contained in:
parent
37cf1aca50
commit
76c123bc02
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ virtualenv --python=python3 --system-site-packages "${install_dir}/venv"
|
||||||
set -o nounset
|
set -o nounset
|
||||||
|
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
|
python3 -m pip install lxml_html_clean
|
||||||
python3 -m pip install -r "$install_dir/pytition/requirements.txt"
|
python3 -m pip install -r "$install_dir/pytition/requirements.txt"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue