From 1fbd8c3c4d11c2e9fc95e3b5bee0ddc1e4ac5b99 Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Mon, 26 Jan 2026 18:12:28 +0100 Subject: Get rid of mariadb dep since we don't need it anymore why is it even here still Signed-off-by: Vosjedev --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 32077cd..516a4d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,6 @@ requires-python = ">=3.10" dependencies = [ "cherrypy (>=18.10.0,<19.0.0)", "requests (>=2.32.5,<3.0.0)", - "mariadb (>=1.1.14,<2.0.0)", "ws4py (>=0.6.0,<0.7.0)", "python-magic (>=0.4.27,<0.5.0)" ] -- cgit