Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -4,13 +4,12 @@ pandas==2.1.3
|
|
| 4 |
python-dotenv==1.0.0
|
| 5 |
jinja2==3.1.2
|
| 6 |
python-multipart
|
| 7 |
-
openai==
|
| 8 |
requests==2.31.0
|
| 9 |
rapidfuzz==3.5.2
|
| 10 |
deep-translator==1.11.4
|
| 11 |
numpy==1.24.3
|
| 12 |
aiofiles==23.2.1
|
| 13 |
reportlab==4.0.7
|
| 14 |
-
httpx==0.
|
| 15 |
-
langdetect==1.0.9
|
| 16 |
-
gradio==4.44.0
|
|
|
|
| 4 |
python-dotenv==1.0.0
|
| 5 |
jinja2==3.1.2
|
| 6 |
python-multipart
|
| 7 |
+
openai==0.28.1
|
| 8 |
requests==2.31.0
|
| 9 |
rapidfuzz==3.5.2
|
| 10 |
deep-translator==1.11.4
|
| 11 |
numpy==1.24.3
|
| 12 |
aiofiles==23.2.1
|
| 13 |
reportlab==4.0.7
|
| 14 |
+
httpx==0.24.1
|
| 15 |
+
langdetect==1.0.9
|
|
|