Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse filesupdated file with all the requirements with it's versions.
- requirements.txt +6 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
requests==2.28.1
|
| 2 |
+
gradio
|
| 3 |
+
openai==0.28
|
| 4 |
+
python-dotenv==1.0.0
|
| 5 |
+
httpx==0.21.1
|
| 6 |
+
httpcore==0.14.7
|