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