From 02adb758ff6da62c3bb1e983f4b080d7458ae24d Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 11 Dec 2023 01:45:32 +0100 Subject: [PATCH] add "build" dependency --- deploy-chatmail/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy-chatmail/pyproject.toml b/deploy-chatmail/pyproject.toml index 7b6b243a..39eed1d8 100644 --- a/deploy-chatmail/pyproject.toml +++ b/deploy-chatmail/pyproject.toml @@ -13,6 +13,7 @@ dependencies = [ "pytest", "setuptools>=68", "termcolor", + "build", "tox", ]