From d81969b4b5be60941b5c31f839d1957903871de5 Mon Sep 17 00:00:00 2001 From: simonkoson <28867558@qq.com> Date: Tue, 26 May 2026 18:48:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20python-frontmatter?= =?UTF-8?q?=20=E4=BE=9D=E8=B5=96=E7=94=A8=E4=BA=8E=E8=A7=A3=E6=9E=90=20md?= =?UTF-8?q?=20yaml=20frontmatter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 03c4c6a..e13751c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,5 +9,6 @@ itsdangerous==2.2.0 python-multipart==0.0.9 python-dotenv==1.0.1 httpx==0.27.0 +python-frontmatter==1.1.0 pandas>=2.0.0 openpyxl>=3.1.0 \ No newline at end of file