From 97c7b2cfce0e4d0fd0b8e0f3d71376dd571adf6b Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Sat, 12 Oct 2024 11:13:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BC=BA=E5=A4=B1=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index d247d21..63ab1a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ jieba==0.42.1 # 中文分词 numpy==1.26.4 OpenCC==1.1.9 # 中文繁简转换 opencv-python==4.6.0.66 +opencv-python-headless==4.10.0.84 pillow==10.4.0 pymysql==1.1.1 requests==2.32.3