Initial commit: stock analysis backend and prototype UI.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-13 02:26:22 +08:00
commit 8de37d5c2d
25 changed files with 4624 additions and 0 deletions

8
backend/requirements.txt Normal file
View File

@@ -0,0 +1,8 @@
fastapi==0.115.0
uvicorn[standard]==0.30.6
akshare>=1.18.60
pandas>=2.2.2
cachetools==5.5.0
SQLAlchemy>=2.0.30
APScheduler>=3.10.4
psycopg2-binary>=2.9.9