# Web Framework
fastapi==0.115.0
uvicorn[standard]==0.32.0
python-socketio==5.12.1
websockets==14.1

# Database
sqlalchemy==2.0.36
psycopg2-binary==2.9.10
alembic==1.14.0

# Data Processing
pandas==2.2.3
numpy==2.1.3

# Data Source
# Note: tushare needs to be installed separately with: pip install tushare
tushare==1.4.14

# Configuration
pydantic==2.10.0
pydantic-settings==2.6.1
python-dotenv==1.0.1
PyYAML==6.0.2

# Utilities
python-multipart==0.0.19
httpx==0.28.0
aiohttp==3.11.10
aioredis==2.0.1

# Monitoring
apscheduler==3.11.0

# Testing
pytest==8.3.4
pytest-asyncio==0.24.0
httpx==0.28.0
