From 02205246dd5541a79c3b6d237d2d9f2734a93265 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 22 Oct 2023 11:47:40 +0000 Subject: [PATCH] Setup `deltachat` dependency in init.sh --- scripts/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init.sh b/scripts/init.sh index 3e19cf3..7ba6c13 100755 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -3,6 +3,6 @@ set -e python3 -m venv venv pip=venv/bin/pip -$pip install pyinfra pytest build 'setuptools>=68' tox +$pip install pyinfra pytest build 'setuptools>=68' tox deltachat $pip install -e deploy-chatmail $pip install -e chatmaild