Fundamental_Analysis/backend/requirements.txt
xucheng ff7dc0c95a feat(backend): introduce DataManager and multi-provider; analysis orchestration; streaming endpoints; remove legacy tushare_client; enhance logging
feat(frontend): integrate Prisma and reports API/pages

chore(config): add data_sources.yaml; update analysis-config.json

docs: add 2025-11-03 dev log; update user guide

scripts: enhance dev.sh; add tushare_legacy_client

deps: update backend and frontend dependencies
2025-11-03 21:48:08 +08:00

18 lines
275 B
Plaintext

fastapi==0.115.0
uvicorn[standard]==0.30.6
httpx==0.27.0
pydantic-settings==2.5.2
SQLAlchemy==2.0.36
aiosqlite==0.20.0
alembic==1.13.3
openai==1.37.0
asyncpg
greenlet==3.0.3
# Data Providers
tushare==1.4.1
yfinance==0.2.37
finnhub-python==2.4.20
pandas==2.2.2
PyYAML==6.0.1