Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -1 +1,8 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.16.0
|
2 |
+
openai>=1.12.0
|
3 |
+
requests>=2.31.0
|
4 |
+
python-dotenv>=1.0.0
|
5 |
+
typing-extensions>=4.8.0
|
6 |
+
aiohttp>=3.9.1
|
7 |
+
asyncio>=3.4.3
|
8 |
+
pydantic>=2.5.2
|