fix:修复依赖文件报错
This commit is contained in:
10
crawler/requirements-py36.txt
Normal file
10
crawler/requirements-py36.txt
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user