From 29e212a670c1e8acaea80696fcae6414519a71ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tibor=20=C5=A0imko?= Date: Fri, 7 Jun 2024 10:13:17 +0200 Subject: [PATCH] setup: pin invenio-mail version Pins invenio-mail package version to fix build troubles. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 19399f80fe..bf9a98f0e6 100644 --- a/setup.py +++ b/setup.py @@ -98,6 +98,7 @@ # Specific Invenio dependencies "invenio-xrootd==2.0.0a1", "xrootdpyfs==2.0.0a1", + "invenio-mail==2.1.0", # Specific dependencies "Flask-Markdown>=0.3.0", "Flask-Mistune>=0.1.1",