fix:优化爬虫配置,单独使用docker容器运行
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
requests>=2.31.0
|
||||
feedparser>=6.0.0
|
||||
# Python 3.11+ 爬虫依赖(使用当前最新兼容版本)
|
||||
# 安装: pip install -r crawler/requirements.txt
|
||||
requests>=2.32.0
|
||||
feedparser>=6.0.10
|
||||
beautifulsoup4>=4.12.0
|
||||
pytest>=7.0.0
|
||||
fastapi>=0.109.0
|
||||
uvicorn>=0.27.0
|
||||
pytest>=8.0.0
|
||||
fastapi>=0.115.0
|
||||
uvicorn[standard]>=0.32.0
|
||||
deep-translator>=1.11.0
|
||||
dashscope>=1.20.0
|
||||
|
||||
Reference in New Issue
Block a user