From 23675b39b8055a8568cdcf71f66482b9d0cf90a9 Mon Sep 17 00:00:00 2001 From: Tyler Date: Sat, 28 Mar 2026 23:01:14 -0700 Subject: Initial commit — Prism financial analysis dashboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Streamlit app with market bar, price chart, financial statements, DCF valuation engine, comparable companies, and news feed. Co-Authored-By: Claude Sonnet 4.6 --- requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e725993 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +streamlit>=1.40.0 +yfinance>=0.2.50 +pandas>=2.2.0 +numpy>=1.26.0 +plotly>=5.24.0 +requests>=2.32.0 +python-dotenv>=1.0.0 -- cgit v1.3-2-g0d8e