aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
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]