feat(dependencies): add GitPython and aiosqlite to project dependencies

This commit is contained in:
Will Miao
2025-09-10 20:33:45 +08:00
parent 62f06302f0
commit 1fc8b45b68

View File

@@ -12,7 +12,8 @@ dependencies = [
"olefile", # for getting rid of warning message
"toml",
"natsort",
"GitPython"
"GitPython",
"aiosqlite"
]
[project.urls]