Initial commit: Vault Dashboard for options hedging
- FastAPI + NiceGUI web application - QuantLib-based Black-Scholes pricing with Greeks - Protective put, laddered, and LEAPS strategies - Real-time WebSocket updates - TradingView-style charts via Lightweight-Charts - Docker containerization - GitLab CI/CD pipeline for VPS deployment - VPN-only access configuration
This commit is contained in:
10
requirements.txt
Normal file
10
requirements.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
nicegui>=2.0.0
|
||||
fastapi>=0.110.0
|
||||
uvicorn>=0.27.0
|
||||
QuantLib>=1.31
|
||||
yfinance>=0.2.0
|
||||
lightweight-charts>=2.0.0
|
||||
polars>=0.20.0
|
||||
pydantic>=2.5.0
|
||||
pyyaml>=6.0
|
||||
redis>=5.0.0
|
||||
Reference in New Issue
Block a user