From bbb9a5e1e13b7b78244b82d249e510103b64dc27 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 5 Mar 2026 20:00:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crawler/requirements-py36.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 crawler/requirements-py36.txt diff --git a/crawler/requirements-py36.txt b/crawler/requirements-py36.txt new file mode 100644 index 0000000..792f575 --- /dev/null +++ b/crawler/requirements-py36.txt @@ -0,0 +1,10 @@ +# Python 3.6 / 旧 pip 索引兼容(生产机 pip 无 2.31+ 时用此文件) +# 安装: pip3 install --user -r crawler/requirements-py36.txt +requests>=2.24.0,<2.29 +feedparser>=6.0.0 +beautifulsoup4>=4.9.0 +pytest>=6.0.0 +fastapi>=0.68.0,<0.100 +uvicorn>=0.15.0,<0.23 +deep-translator>=1.5.0 +dashscope>=1.14.0