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]