feat: complete trading system with FastAPI backend, web frontend, and auto-analysis
This commit is contained in:
24
backend/requirements.txt
Normal file
24
backend/requirements.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
# Stock Buddy 依赖
|
||||
|
||||
# Web框架
|
||||
fastapi>=0.104.0
|
||||
uvicorn>=0.24.0
|
||||
|
||||
# 数据库
|
||||
sqlalchemy>=2.0.0
|
||||
|
||||
# 定时任务
|
||||
apscheduler>=3.10.0
|
||||
|
||||
# 数据处理
|
||||
pandas>=2.0.0
|
||||
numpy>=1.24.0
|
||||
|
||||
# 金融数据
|
||||
yfinance>=0.2.0
|
||||
|
||||
# HTTP请求
|
||||
requests>=2.31.0
|
||||
|
||||
# 数据验证
|
||||
pydantic>=2.5.0
|
||||
Reference in New Issue
Block a user