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