Files
python/requirements.txt
T

36 lines
1.5 KiB
Plaintext

aiofiles==24.1.0
aiohttp==3.12.15
beautifulsoup4==4.13.5
contractions==0.1.73
itemadapter==0.12.1
lxml==6.0.1
nltk==3.9.1
numpy==2.3.2
pyecharts==2.0.8
pymongo==4.14.1
pymysql==1.1.2
pyspark==4.0.0
pytest==8.4.1
redis==6.4.0
Requests==2.32.5
selenium==4.35.0
self==2020.12.3
setuptools==78.1.1
six==1.17.0
spacy==3.8.7
Twisted==25.5.0
w3lib==2.3.1
# ─────────────────────────────────────────────────────────────────────────────
# agent/jaspersoft 子模块需要(按需取消注释安装)
# 当前子模块 concept.py 标准库即可跑;以下为接 LLM / RAG 时才需要
# ─────────────────────────────────────────────────────────────────────────────
# python-dotenv>=1.0.1 # 推荐配合子模块 config.py 使用(也可不用,子模块内置简易 .env 解析)
# openai>=1.30.0 # Step 03+ 接 OpenAI LLM
# anthropic>=0.30.0 # Step 03+ 接 Anthropic Claude
# chromadb>=0.5.0 # Step 05 RAG 向量库
# sentence-transformers>=2.7.0 # Step 05 embedding
# tiktoken>=0.7.0 # Step 04 token 估算(exercise_answer 中用到的可选库)
# pytest>=8.0.0 # 子模块练习自测