From 63586f1e3bc44b06cf86e9d9314c099ed365578c Mon Sep 17 00:00:00 2001 From: Vivien <34387011+vivien8261@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:10:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix=20exe=20=E7=BC=BA=E5=B0=91=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E6=96=87=E4=BB=B6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/publish.txt | 2 +- core/frozen.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/publish.txt b/.github/publish.txt index c027c3d9..5c595510 100644 --- a/.github/publish.txt +++ b/.github/publish.txt @@ -1 +1 @@ -v6.3.9 +v6.3.9-fix diff --git a/core/frozen.py b/core/frozen.py index b493a30a..eb5be418 100644 --- a/core/frozen.py +++ b/core/frozen.py @@ -4,6 +4,8 @@ import dhash import requests_html +import core.customPluginInstance + from . import server from jieba import posseg from core.lib import baiduCloud From 3f4b133820f36b9503ce247a46a0a4eb9109b3e3 Mon Sep 17 00:00:00 2001 From: Vivien <34387011+vivien8261@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:15:39 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix=20PIL=E5=8C=85=E7=9A=84=E5=A5=87?= =?UTF-8?q?=E6=80=AA=E6=AF=9B=E7=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 86d95655..ea5faf5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ jionlp~=1.4.19 jsonschema~=4.17.3 opencv-python~=4.7.0.72 peewee~=3.14.10 -pillow~=10.0.1 +pillow==9.5.0 pypinyin~=0.46.0 pyyaml~=6.0 requests-html