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

add dep for subtitle translation support

This commit is contained in:
Jean-Baptiste Holcroft 2019-08-22 22:34:59 +02:00
parent 9a26ad6ab5
commit 5df42eb737
2 changed files with 2 additions and 2 deletions

View file

@ -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
pip install pytz python-bidi PyYaML Babel pyuca pylibravatar py3dns psycopg2-binary phply django-redis hiredis aeidon
# specific to YunoHost package:
pip install django_sendmail_backend
)

View file

@ -262,7 +262,7 @@ fi
# 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
pip install pytz python-bidi PyYaML Babel pyuca pylibravatar py3dns psycopg2-binary phply django-redis hiredis aeidon
# specific to YunoHost package:
pip install django_sendmail_backend
)