Update requirements.txt
Browse files- requirements.txt +15 -5
requirements.txt
CHANGED
@@ -1,6 +1,16 @@
|
|
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
10 |
+
aiosignal>=1.3.1
|
11 |
+
async-timeout>=4.0.3
|
12 |
+
frozenlist>=1.4.1
|
13 |
+
idna>=3.6
|
14 |
+
multidict>=6.0.4
|
15 |
+
packaging>=23.2
|
16 |
+
six>=1.16.0
|