don't depend on deltachat python package

This commit is contained in:
holger krekel
2023-12-08 12:15:39 +01:00
parent 2b5cdd143e
commit 648174c226
3 changed files with 17 additions and 3 deletions

View File

@@ -3,6 +3,6 @@ set -e
python3 -m venv venv
pip=venv/bin/pip
$pip install pyinfra pytest build 'setuptools>=68' tox deltachat
$pip install pyinfra pytest build 'setuptools>=68' tox
$pip install -e deploy-chatmail
$pip install -e chatmaild