From 81f704224496687341c487807a7dd6982dec005d Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Wed, 6 Dec 2023 13:47:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0v2.3.0=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=90=88=E5=B9=B6=E6=95=B0=E6=8D=AE=E5=BA=93=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 +- pywxdump/analyzer/chat_analysis.py | 2 +- requirements.txt | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 28b7deb..cb66674 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: - name: Build Executable run: | - pyinstaller --clean --distpath=dist dist/pywxdump.spec + pyinstaller --clean --distpath=dist dist/pywxdump.spec - name: test run: | diff --git a/pywxdump/analyzer/chat_analysis.py b/pywxdump/analyzer/chat_analysis.py index 93838e6..669b590 100644 --- a/pywxdump/analyzer/chat_analysis.py +++ b/pywxdump/analyzer/chat_analysis.py @@ -10,7 +10,7 @@ import time from collections import Counter import pandas as pd -from pywxdump.analyse import parse_xml_string +from .db_parsing import parse_xml_string def read_msgs(MSG_path, selected_talker=None, start_time=time.time() * 3600 * 24 * 365, end_time=time.time()): diff --git a/requirements.txt b/requirements.txt index 356c7da..96f2704 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,6 @@ pyaudio requests pillow flask -pyahocorasick \ No newline at end of file +pyahocorasick +blackboxprotobuf +lz4 \ No newline at end of file