mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
fix install
ImportError: cannot import name 'soft_unicode' from 'markupsafe'
This commit is contained in:
parent
30597d1375
commit
dd04311689
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ install_source() {
|
|||
set -$u_arg;
|
||||
pip3 install --upgrade pip
|
||||
pip3 install --upgrade 'Werkzeug<1.0'
|
||||
pip3 install --upgrade 'markupsafe==2.0.1'
|
||||
pip3 install --upgrade pgadmin$app_main_version==$app_sub_version
|
||||
set +$u_arg;
|
||||
deactivate
|
||||
|
|
Loading…
Reference in a new issue