From 18b2dfc497586047de7ec6de4313370a55e174ef Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 17 Dec 2024 17:02:47 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9E=95(backend)=20install=20brevo=20client?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Brevo (ex-sendinblue) is a common solution used for marketing and communications. --- src/backend/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 78a6b89f..0cffe9b0 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -27,6 +27,7 @@ requires-python = ">=3.10" dependencies = [ "boto3==1.35.90", "Brotli==1.1.0", + "brevo-python==1.1.2", "celery[redis]==5.4.0", "django-configurations==2.5.1", "django-cors-headers==4.6.0",