Update requirements.txt
Browse files- requirements.txt +9 -3
requirements.txt
CHANGED
@@ -1,9 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
python-dotenv>=1.0.0
|
2 |
tenacity>=8.2.3
|
3 |
certifi>=2023.11.17
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
websockets>=12.0
|
8 |
yarl>=1.9.4
|
9 |
attrs>=23.1.0
|
|
|
1 |
+
gradio>=4.12.0
|
2 |
+
openai>=1.0.0
|
3 |
+
plotly>=5.18.0
|
4 |
+
requests>=2.31.0
|
5 |
+
python-dateutil>=2.8.2
|
6 |
+
typing-extensions>=4.9.0
|
7 |
+
aiohttp>=3.9.1
|
8 |
+
pandas>=2.1.4
|
9 |
+
numpy>=1.24.3
|
10 |
python-dotenv>=1.0.0
|
11 |
tenacity>=8.2.3
|
12 |
certifi>=2023.11.17
|
|
|
|
|
|
|
13 |
websockets>=12.0
|
14 |
yarl>=1.9.4
|
15 |
attrs>=23.1.0
|