From 5dc34eaeaaa649be271789130d25b800e92c684b Mon Sep 17 00:00:00 2001 From: Boipelo Date: Thu, 6 Nov 2025 14:13:56 +0200 Subject: [PATCH] Wrote requirements.txt for ETL and dashboard --- requirements.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e862537 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,16 @@ +# Core ETL tools +pandas +numpy +sqlalchemy +psycopg2-binary +python-dotenv + +# Streamlit dashboard +streamlit +plotly +matplotlib +seaborn + +# Optional utilities (recommended for production or automation) +requests +schedule