mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
add ruamel.yaml with pip
This commit is contained in:
parent
c1b8cef3fe
commit
7817df46ce
2 changed files with 2 additions and 2 deletions
|
@ -189,7 +189,7 @@ virtualenv --python=python3 "${final_path}/venv"
|
|||
# prevent error: "command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers"
|
||||
pip install --upgrade setuptools
|
||||
pip install Weblate=="$current_version"
|
||||
pip install pytz python-bidi PyYaML Babel pyuca pylibravatar py3dns psycopg2-binary phply django-redis hiredis aeidon
|
||||
pip install pytz python-bidi PyYaML Babel pyuca pylibravatar py3dns psycopg2-binary phply django-redis hiredis aeidon ruamel.yaml
|
||||
# specific to YunoHost package:
|
||||
pip install django_sendmail_backend
|
||||
)
|
||||
|
|
|
@ -180,7 +180,7 @@ ynh_script_progression --message="Install weblate using PIP..." --time --weight=
|
|||
# prevent error: "command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers"
|
||||
pip install --upgrade setuptools
|
||||
pip install Weblate=="$current_version"
|
||||
pip install pytz python-bidi PyYaML Babel pyuca pylibravatar py3dns psycopg2-binary phply django-redis hiredis aeidon
|
||||
pip install pytz python-bidi PyYaML Babel pyuca pylibravatar py3dns psycopg2-binary phply django-redis hiredis aeidon ruamel.yaml
|
||||
# specific to YunoHost package:
|
||||
pip install django_sendmail_backend
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue