From 15cf75de6eaee19f55bcac2c65be7d54e1477c6d Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 26 Sep 2022 23:36:44 +0200 Subject: [PATCH] Drop redis dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Included in YunoHost Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 8fe443e..00f6ecf 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="texlive texlive-xetex redis-server latexmk python3-pygments" +pkg_dependencies="texlive texlive-xetex latexmk python3-pygments" nodejs_version=14