1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00

Fix error import

This commit is contained in:
Josué Tille 2020-02-22 23:17:32 +01:00
parent 609ff26caa
commit 155b869b9d
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -43,6 +43,7 @@ install_source() {
cp ../conf/virtualenv_activate $final_path/bin/activate
source $final_path/bin/activate
pip3 install --upgrade pip
pip3 install --upgrade 'Werkzeug<1.0'
pip3 install --upgrade https://ftp.postgresql.org/pub/pgadmin/pgadmin$app_main_version/v$app_sub_version/pip/pgadmin${APP_VERSION}-py2.py3-none-any.whl
deactivate
fi