From 034530e747b109756cb75a62f182f2a6bd15cdf0 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Tue, 20 Sep 2022 18:25:09 +0200 Subject: [PATCH] matrix - adding dependencies to venv --- seqs/matrix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seqs/matrix.sh b/seqs/matrix.sh index a409984..1aeb97e 100755 --- a/seqs/matrix.sh +++ b/seqs/matrix.sh @@ -102,7 +102,7 @@ step_4() { enableErrorCheck exe pip install --upgrade pip exe pip install --upgrade setuptools - exe pip install matrix-synapse[postgres] lxml psycopg2 + exe pip install matrix-synapse[postgres,lxml,psycopg2,hiredis,txredisapi] #lxml psycopg2 } step_5_info() { echo "Create default configuration and folder structure"; }