feat: complete trading system with FastAPI backend, web frontend, and auto-analysis

This commit is contained in:
Stock Buddy Bot
2026-03-22 21:59:14 +08:00
parent 17c124009f
commit 3d8e59cc0e
16 changed files with 2923 additions and 0 deletions

24
backend/requirements.txt Normal file
View 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