You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
523 B
38 lines
523 B
|
3 months ago
|
# 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
|
||
|
|
akshare>=1.12.0
|
||
|
|
|
||
|
|
# 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
|