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:
parent
7435990215
commit
d43693f8e8
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue