1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

update pip package needed during the install/upgrade

This commit is contained in:
Kay0u 2020-10-28 14:33:45 +01:00
parent 7435990215
commit d43693f8e8
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
2 changed files with 3 additions and 3 deletions

View file

@ -123,7 +123,7 @@ virtualenv --python=python3 "${final_path}/venv"
set -o nounset
pip install --upgrade pip setuptools wheel
# Still needed with latest version of weblate?
pip install Django==2.* celery==4.*
pip install celery==4.*
pip install Weblate=="$current_version"
pip install psycopg2-binary ruamel.yaml aeidon phply
#pip install pytz python-bidi PyYaML Babel pyuca pylibravatar py3dns psycopg2-binary phply django-redis hiredis aeidon ruamel.yaml

View file

@ -161,8 +161,8 @@ virtualenv --python=python3 "${final_path}/venv"
set -o nounset
pip install --upgrade pip setuptools wheel
# Still needed with latest version of weblate?
pip install Django==2.* celery==4.*
pip install Weblate=="$current_version"
pip install celery==4.*
pip install --upgrade Weblate=="$current_version"
pip install psycopg2-binary ruamel.yaml aeidon phply
#pip install pytz python-bidi PyYaML Babel pyuca pylibravatar py3dns psycopg2-binary phply django-redis hiredis aeidon ruamel.yaml
# specific to YunoHost package: