From ca69536e41fe4eebe4f15b262555271f4f19c478 Mon Sep 17 00:00:00 2001 From: dqy <1016751306@qq.com> Date: Mon, 3 Jun 2024 16:31:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 4 +++- setup.py | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 399f7e6..4392d2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,6 @@ requests packaging openai bs4 -uncompyle6 \ No newline at end of file +uncompyle6 +colorama +tqdm \ No newline at end of file diff --git a/setup.py b/setup.py index 0c48b75..ebd49a5 100644 --- a/setup.py +++ b/setup.py @@ -39,5 +39,7 @@ setup( "openai", "bs4", "uncompyle6", + "tqdm", + "colorama", ], )