From 4e46108958970b887b5f9f84ac5215d4f2dc89b8 Mon Sep 17 00:00:00 2001 From: Thatoo Date: Sun, 21 Jul 2019 12:18:34 +0200 Subject: [PATCH] update to 1.1.0 --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ea243b1..5ade666 100644 --- a/scripts/install +++ b/scripts/install @@ -164,7 +164,7 @@ else source $final_path/bin/activate pip3 install --upgrade pip pip3 install --upgrade setuptools wheel - pip3 install --upgrade cffi ndg-httpsclient psycopg2 lxml + pip3 install --upgrade cffi ndg-httpsclient psycopg2 lxml jinja2 pip3 install --upgrade matrix-synapse==$upstream_version matrix-synapse-ldap3 # This function was defined when we called "source $final_path/bin/activate". With this function we undo what "$final_path/bin/activate" does