From d43693f8e876461b9f7a7f7692682b8401fcf799 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Wed, 28 Oct 2020 14:33:45 +0100 Subject: [PATCH] update pip package needed during the install/upgrade --- scripts/install | 2 +- scripts/upgrade | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index cac902e..7e44ebc 100755 --- a/scripts/install +++ b/scripts/install @@ -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 diff --git a/scripts/upgrade b/scripts/upgrade index 639b4d7..68584ec 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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: