Initial commit: stock market platform

This commit is contained in:
admin
2026-06-11 01:41:47 +08:00
commit 63718906e9
62 changed files with 8962 additions and 0 deletions

34
backend/requirements.txt Normal file
View File

@@ -0,0 +1,34 @@
# Web framework
fastapi==0.115.5
uvicorn[standard]==0.32.1
python-multipart==0.0.20
# Database
sqlalchemy==2.0.36
asyncpg==0.30.0
alembic==1.14.0
# Redis & Celery
redis==5.2.1
celery==5.4.0
celery[redis]==5.4.0
# Auth
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
# Stock data
akshare==1.18.64
# HTTP client
httpx==0.28.1
aiohttp==3.11.11
# Validation & settings
pydantic==2.10.3
pydantic-settings==2.7.0
# Utilities
python-dotenv==1.0.1
loguru==0.7.3
tenacity==9.0.0