Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ pandas
|
|
3 |
streamlit
|
4 |
pandas==1.5.3 # if your secret uses pandas
|
5 |
scikit-learn==1.2.2 # if you have ML pipelines
|
6 |
-
plotly
|
|
|
|
3 |
streamlit
|
4 |
pandas==1.5.3 # if your secret uses pandas
|
5 |
scikit-learn==1.2.2 # if you have ML pipelines
|
6 |
+
plotly
|
7 |
+
python-dotenv
|