Update requirements.txt
Browse files- requirements.txt +4 -7
requirements.txt
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
gradio
|
|
|
|
|
|
|
2 |
pandas
|
3 |
numpy
|
4 |
-
|
5 |
-
plotly
|
6 |
-
requests
|
7 |
-
python-dotenv
|
8 |
-
pytz
|
9 |
-
google-genai
|
10 |
-
Pillow
|
|
|
1 |
gradio
|
2 |
+
openai
|
3 |
+
python-dotenv
|
4 |
+
requests
|
5 |
pandas
|
6 |
numpy
|
7 |
+
plotly
|
|
|
|
|
|
|
|
|
|
|
|