From a5e3c4c1daabee4e6e52a7e41d6f06f1843fd1d7 Mon Sep 17 00:00:00 2001 From: ntnt Date: Fri, 10 Oct 2025 08:14:46 +0800 Subject: [PATCH] =?UTF-8?q?modify:=20=E6=9B=B4=E6=96=B0=E4=BA=86requiremen?= =?UTF-8?q?ts.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 91abf65..4ef5092 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,5 +27,8 @@ cryptography>=3.4.7 # OpenAI openai +# jieba for Chinese text segmentation +jieba + # Note: hashlib and json are part of Python standard library # Note: os and datetime are part of Python standard library \ No newline at end of file