From 1fc8b45b685fd324cae4b82b4b128900ef83a33c Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Wed, 10 Sep 2025 20:33:45 +0800 Subject: [PATCH] feat(dependencies): add GitPython and aiosqlite to project dependencies --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc66e57d..202fb961 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,8 @@ dependencies = [ "olefile", # for getting rid of warning message "toml", "natsort", - "GitPython" + "GitPython", + "aiosqlite" ] [project.urls]