From cdb411bd95f1df8731fac26a9a5a016e037eea73 Mon Sep 17 00:00:00 2001 From: rnmitchell Date: Tue, 24 Sep 2024 14:54:33 -0400 Subject: [PATCH] added plotly to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index dd07d54..d40c5d1 100755 --- a/setup.py +++ b/setup.py @@ -50,6 +50,7 @@ "numpy==1.26.4", "streamlit>=1.31.0", "streamlit_option_menu>=0.3.12", + "plotly==5.24.1", ], entry_points={"console_scripts": ["lusstr = lusSTR.cli:main"]}, scripts=glob.glob("lusSTR/scripts/*"),