From d785262312ff617435a28e91bb47c32a654e428c Mon Sep 17 00:00:00 2001 From: Zrief <103112786+Zrief@users.noreply.github.com> Date: Thu, 31 Jul 2025 00:44:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E8=B5=96=E7=9B=B8=E5=85=B3=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在 app/core/task_manager.py 文件中,第 31 行使用了 packaging 模块。其并非标准库,因此需要确保它被包含在项目依赖中。 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1983e16..49ef1b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,5 @@ requests==2.32.4 markdown==3.8.2 Jinja2==3.1.6 nuitka==2.7.12 -pillow==11.3.0 \ No newline at end of file +pillow==11.3.0 +packaging==25.0