From 506d763dc28efe0b05b160760dd4aa12edc9e10e Mon Sep 17 00:00:00 2001 From: Will Miao Date: Wed, 15 Apr 2026 23:07:36 +0800 Subject: [PATCH] chore: add pyyaml dependency --- pyproject.toml | 3 ++- requirements.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d59c722a..43e94313 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,8 @@ dependencies = [ "natsort", "GitPython", "aiosqlite", - "platformdirs" + "platformdirs", + "pyyaml" ] [project.urls] diff --git a/requirements.txt b/requirements.txt index 0e6eb5b1..9e6b69a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,3 +11,4 @@ GitPython aiosqlite beautifulsoup4 platformdirs +pyyaml