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:
parent
9a26ad6ab5
commit
5df42eb737
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
|
||||
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
|
||||
)
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue