mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
pin pillow
This commit is contained in:
parent
d53ac61610
commit
ab601ee63b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ ynh_secure_remove $install_dir/.venv
|
||||||
pushd $install_dir
|
pushd $install_dir
|
||||||
python3 -m venv $install_dir/venv
|
python3 -m venv $install_dir/venv
|
||||||
source $install_dir/venv/bin/activate
|
source $install_dir/venv/bin/activate
|
||||||
ynh_exec_warn_less pip install fittrackee==$fittrackee_version toml pyyaml
|
ynh_exec_warn_less pip install pillow=="9.5.0" fittrackee==$fittrackee_version toml pyyaml
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue