31 lines
618 B
Plaintext
31 lines
618 B
Plaintext
fastapi==0.109.0
|
||
uvicorn[standard]==0.27.0
|
||
langchain==0.1.0
|
||
langchain-community==0.0.20
|
||
zhipuai==2.0.1
|
||
openai>=1.0.0
|
||
tushare==1.3.8
|
||
sqlalchemy==2.0.25
|
||
pydantic==2.5.3
|
||
pydantic-settings==2.1.0
|
||
python-dotenv==1.0.0
|
||
slowapi==0.1.9
|
||
pandas>=2.2.0
|
||
numpy>=1.26.0
|
||
python-multipart==0.0.6
|
||
aiohttp==3.9.1
|
||
yfinance>=0.2.36
|
||
PyJWT==2.8.0
|
||
tencentcloud-sdk-python==3.0.1100
|
||
python-jose[cryptography]==3.3.0
|
||
|
||
# 加密货币交易智能体依赖
|
||
python-binance>=1.0.19
|
||
httpx>=0.27.0
|
||
ccxt>=4.0.0 # 统一交易所API接口,支持Bitget等主流交易所
|
||
|
||
# 新闻智能体依赖
|
||
feedparser>=6.0.10
|
||
beautifulsoup4>=4.12.0
|
||
lxml>=4.9.0
|