Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
|
2 |
pandas
|
3 |
numpy
|
4 |
matplotlib
|
5 |
-
streamlit
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
1 |
+
|
2 |
pandas
|
3 |
numpy
|
4 |
matplotlib
|
5 |
+
streamlit
|
6 |
+
scikit-learn
|
7 |
+
requests
|
8 |
+
python-dotenv
|