1
0
Fork 0
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:
tituspijean 2024-04-11 13:39:17 +02:00 committed by GitHub
parent 37cf1aca50
commit 76c123bc02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,6 +55,7 @@ virtualenv --python=python3 --system-site-packages "${install_dir}/venv"
set -o nounset
python3 -m pip install --upgrade pip
python3 -m pip install lxml_html_clean
python3 -m pip install -r "$install_dir/pytition/requirements.txt"
)