From 9a36b894d30608930601eb3701db369ca3d97416 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Wed, 6 Dec 2023 13:55:40 +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 --- requirements.txt | 3 ++- setup.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 96f2704..97f91ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,5 @@ pillow flask pyahocorasick blackboxprotobuf -lz4 \ No newline at end of file +lz4 +lxml \ No newline at end of file diff --git a/setup.py b/setup.py index de93507..2634013 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ install_requires = [ "flask", "lz4", "blackboxprotobuf", + "lxml" ] setup(