From 4767983279b024a5fa8ae24840e243b561664498 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Sun, 15 Dec 2024 11:54:40 +0800 Subject: [PATCH] =?UTF-8?q?deps:=20=E9=99=90=E5=88=B6=20taskgroup=3D=3D0.0?= =?UTF-8?q?.0a4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e0d5a1e9..5d142ce2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +# direct requests openai>1.0.0 anthropic @@ -22,4 +23,7 @@ quart-cors aiofiles aioshutil argon2-cffi -pyjwt \ No newline at end of file +pyjwt + +# indirect +taskgroup==0.0.0a4 \ No newline at end of file