From 8e8ebc565fab78aaf52c1a199a61211581a424f8 Mon Sep 17 00:00:00 2001 From: WindowsSov8forUs Date: Mon, 13 May 2024 10:49:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4df46f0..d7ef4e7 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,6 @@ python_requires='>=3.8', install_requires=[ 'httpx>=0.18.2', - 'aiohttp>=3.7.4', - 'httpcore>=0.13.3' + 'aiohttp>=3.7.4' ] ) \ No newline at end of file