chore: add pyyaml dependency

This commit is contained in:
Will Miao
2026-04-15 23:07:36 +08:00
parent a2cd09b619
commit 506d763dc2
2 changed files with 3 additions and 1 deletions

View File

@@ -14,7 +14,8 @@ dependencies = [
"natsort", "natsort",
"GitPython", "GitPython",
"aiosqlite", "aiosqlite",
"platformdirs" "platformdirs",
"pyyaml"
] ]
[project.urls] [project.urls]

View File

@@ -11,3 +11,4 @@ GitPython
aiosqlite aiosqlite
beautifulsoup4 beautifulsoup4
platformdirs platformdirs
pyyaml