From 51673e929527bd747ea888521643f05cdf27516f Mon Sep 17 00:00:00 2001 From: "Bobby (aider)" Date: Mon, 10 Feb 2025 22:29:54 -0800 Subject: [PATCH] feat: Add Streamlit and Plotly for web interface and interactive charts --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index b722077..3028791 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,3 +17,7 @@ tzdata # Real-time data yfinance + +# Web interface +streamlit>=1.24.0 +plotly>=5.13.0 # For interactive charts