From 5df42eb737e6a647e403c492e3e4fcd20aa54305 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Thu, 22 Aug 2019 22:34:59 +0200 Subject: [PATCH] add dep for subtitle translation support --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 6e3b2e0..820e5c1 100755 --- a/scripts/install +++ b/scripts/install @@ -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 ) diff --git a/scripts/upgrade b/scripts/upgrade index 2bfb5d8..55dad7b 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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 )