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: