- FastAPI app with async SQLAlchemy + Alembic migrations - API: positions CRUD, PnL summary, trade history, webhook endpoint - Dark-themed SPA frontend (vanilla HTML/JS) - K8s: deployment, service, configmap, TsProxy for Tailscale access - Backed by hermes-pgdb / trading_data database - Wired into Flux staging pipeline
7 lines
140 B
Text
7 lines
140 B
Text
fastapi==0.115.0
|
|
uvicorn[standard]==0.32.0
|
|
sqlalchemy[asyncio]==2.0.35
|
|
asyncpg==0.30.0
|
|
alembic==1.14.0
|
|
pydantic==2.9.2
|
|
python-dotenv==1.0.1
|