From f05d30ff509265ccf8e55984ecdb29dca31e8221 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Tue, 25 Feb 2025 21:35:07 -0500 Subject: [PATCH] add db deps --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ef751c2..970bfb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,8 @@ dependencies = [ "jinja2>=3.1.2", "python-Levenshtein>=0.26.1", "python-magic>=0.4.27", + "peewee>=3.17.9", + "platformdirs>=3.17.9", ] [project.optional-dependencies]