From 28c25f9de9e898e26cf2aa69464729319464246b Mon Sep 17 00:00:00 2001 From: K2Cr2O1 <2221577113@qq.com> Date: Sun, 15 Mar 2026 13:46:30 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=B7=BB=E5=8A=A0=20requests=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 requests 2.32.3 版本到 requirements.txt 以支持 HTTP 请求功能 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index a534050..e7ccb63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -76,6 +76,7 @@ python-dotenv==1.2.1 python_bcrypt==0.3.2 python_socks==2.8.1 pywin32==311 +requests==2.32.3 simplejson==3.20.2 socksio==1.0.0 speedups==1.4.0