Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
pandas
|
2 |
-
matplotlib
|
3 |
-
network
|
4 |
-
sdv
|
5 |
-
pyodbc
|
6 |
-
google-generativeai
|
7 |
-
|
8 |
-
streamlit_extras
|
9 |
-
json
|
|
|
1 |
+
pandas
|
2 |
+
matplotlib
|
3 |
+
network
|
4 |
+
sdv
|
5 |
+
pyodbc
|
6 |
+
google-generativeai
|
7 |
+
textwrap3
|
8 |
+
streamlit_extras
|
9 |
+
json
|