snapshot before v0.5 refactor

This commit is contained in:
kai
2026-04-21 12:31:58 +08:00
commit 4a38f6bed1
82 changed files with 15230 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# Deep Research 备用依赖清单
# -----------------------------------------------------------
# 主源是 pyproject.toml,推荐用 uv 管理:
# bash scripts/setup.sh (首次)
# uv sync (同步)
# uv add <package> (加新包)
#
# 此文件仅在以下场景使用:
# - 某个 CI/沙盒环境无 uv 且不能装
# - 紧急情况下用 `pip install -r requirements.txt`
#
# 注意:此清单不含版本锁定,精确版本见 uv 自动生成的 uv.lock
reportlab>=4.2.0,<5.0
markdown-it-py>=3.0.0
matplotlib>=3.8.0
Pillow>=10.0.0
pandas>=2.1.0
numpy>=1.26.0
requests>=2.31.0
httpx>=0.27.0
lxml>=5.1.0
biopython>=1.83
python-dateutil>=2.9.0
PyYAML>=6.0.1
rich>=13.7.0