From e24a53d240faff671b028c438b1515e3f777acc8 Mon Sep 17 00:00:00 2001 From: Gredin 67 Date: Sat, 13 Feb 2021 12:21:45 +0100 Subject: [PATCH] missing dependencies --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 26e97bc..289468b 100755 --- a/scripts/install +++ b/scripts/install @@ -213,7 +213,7 @@ mkdir -p /var/log/$app # Configure Mautrix-Bridge python3 -m venv $final_path #$final_path/bin/pip3 install --upgrade setuptools wheel -$final_path/bin/pip3 install $final_path/src/mautrix-signal.tar.gz[all] +$final_path/bin/pip3 install $final_path/src/mautrix-signal.tar.gz[prometheus_client,phonenumbers,qrcode,Pillow,signalstickers-client] # -r optional-requirements.txt $final_path/bin/python3 -m mautrix_signal -g -c $mautrix_config_path -r $app_service_registration_path/$app.yaml