Update requirements.txt
Browse files- requirements.txt +4 -20
requirements.txt
CHANGED
@@ -1,22 +1,6 @@
|
|
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 |
-
|
9 |
-
|
10 |
-
python-dotenv>=1.0.0
|
11 |
tenacity>=8.2.3
|
12 |
-
|
13 |
-
|
14 |
-
yarl>=1.9.4
|
15 |
-
attrs>=23.1.0
|
16 |
-
aiosignal>=1.3.1
|
17 |
-
async-timeout>=4.0.3
|
18 |
-
frozenlist>=1.4.1
|
19 |
-
idna>=3.6
|
20 |
-
multidict>=6.0.4
|
21 |
-
packaging>=23.2
|
22 |
-
six>=1.16.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
aiohttp>=3.9.1
|
2 |
+
openai>=1.0.0
|
3 |
+
gradio>=4.12.0
|
|
|
4 |
tenacity>=8.2.3
|
5 |
+
python-dotenv>=1.0.0
|
6 |
+
typing-extensions>=4.9.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|