build: 更新 requirements.txt 添加 markdown 依赖

添加 markdown 依赖以支持应用中的 markdown 解析功能
This commit is contained in:
2025-09-21 21:26:55 +08:00
parent 439f1c6bd9
commit 6dc8632f1c
4 changed files with 851 additions and 84 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -2,4 +2,5 @@ PyQt5==5.15.7
PyQt5-Qt5==5.15.2
PyQt5-sip==12.11.0
requests==2.31.0
PyQt-Fluent-Widgets==1.8.7
PyQt-Fluent-Widgets==1.8.7
markdown==3.5.2