From 98d7ee2b0893698e88900859c9c0d3401305161f Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Mon, 14 Mar 2022 09:56:09 -0400 Subject: [PATCH] adding streamlit and plotly to requirements --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index ec67542..ec07c81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,5 @@ tzlocal pandas seaborn babel +streamlit +plotly