diff --git a/manifest.toml b/manifest.toml index c634b07..089bdc0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -49,4 +49,4 @@ ram.runtime = "50M" main.default = 5000 [resources.apt] - packages = "libicu-dev, python3-venv, python3-icu, pkg-config, python3, python3-pip, python3-dev, build-essential, libssl-dev, libffi-dev, python3-setuptools" + packages = "python3, python3-venv" diff --git a/scripts/install b/scripts/install index 139abb9..9e25765 100755 --- a/scripts/install +++ b/scripts/install @@ -31,7 +31,7 @@ ynh_add_nginx_config #================================================= ynh_script_progression --message="Installing LibreTranslate..." --weight=1 -sudo -u $app python3 -m pip install pipenv +ynh_exec_warn_less python3 -m pip install pipenv pushd $install_dir mkdir -p .venv