mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat(dependencies): add GitPython and aiosqlite to project dependencies
This commit is contained in:
@@ -12,7 +12,8 @@ dependencies = [
|
||||
"olefile", # for getting rid of warning message
|
||||
"toml",
|
||||
"natsort",
|
||||
"GitPython"
|
||||
"GitPython",
|
||||
"aiosqlite"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
||||
Reference in New Issue
Block a user