From da5f4afea511071e0205556c16ec0c7d085742a2 Mon Sep 17 00:00:00 2001 From: Johannes Laurin Hoermann Date: Tue, 24 Mar 2026 21:19:44 +0900 Subject: [PATCH 1/2] MAINT: declare requires-python >= 3.8 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 58b339c..8bc97d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ authors = [ {name = "Tjelvar Olsson", email = "tjelvar.olsson@gmail.com"} ] dynamic = ["version"] +requires-python = ">=3.8" dependencies = [ "setuptools", "flask<3", From 4d7afb9edfffcab38c3e80e65e983edc34604ccc Mon Sep 17 00:00:00 2001 From: Johannes Laurin Hoermann Date: Thu, 26 Mar 2026 12:52:01 +0900 Subject: [PATCH 2/2] MAINT: add search/retrieve plugins to test optional dependencies --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8bc97d2..d437f7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,8 @@ dependencies = [ test = [ "pytest", "pytest-cov", + "dserver-search-plugin-mongo", + "dserver-retrieve-plugin-mongo", ] docs = [ "sphinx",