From 4ed7d68b5d6d694fd61a3a2a732f45ae1510b5b0 Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Tue, 28 Oct 2025 16:56:16 +0100 Subject: Add mariadb as dependency --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 5e70249..f5a936d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,8 @@ requires-python = ">=3.12" dependencies = [ "cherrypy (>=18.10.0,<19.0.0)", "imap-tools (>=1.11.0,<2.0.0)", - "cheroot (<11.0.0)" + "cheroot (<11.0.0)", + "mariadb (>=1.1.14,<2.0.0)" ] [tool.poetry] -- cgit