mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-05-06 16:36:45 -03:00
chore: add pyyaml dependency
This commit is contained in:
@@ -14,7 +14,8 @@ dependencies = [
|
|||||||
"natsort",
|
"natsort",
|
||||||
"GitPython",
|
"GitPython",
|
||||||
"aiosqlite",
|
"aiosqlite",
|
||||||
"platformdirs"
|
"platformdirs",
|
||||||
|
"pyyaml"
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
@@ -11,3 +11,4 @@ GitPython
|
|||||||
aiosqlite
|
aiosqlite
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
platformdirs
|
platformdirs
|
||||||
|
pyyaml
|
||||||
|
|||||||
Reference in New Issue
Block a user