Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +16 -16
requirements.txt
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
-
fastapi==0.104.1
|
2 |
-
uvicorn==0.24.0
|
3 |
-
pandas==2.1.3
|
4 |
-
python-dotenv==1.0.0
|
5 |
-
jinja2==3.1.2
|
6 |
-
python-multipart
|
7 |
-
openai==1.
|
8 |
-
requests==2.31.0
|
9 |
-
rapidfuzz==3.5.2
|
10 |
-
deep-translator==1.11.4
|
11 |
-
numpy
|
12 |
-
aiofiles==23.2.1
|
13 |
-
reportlab==4.0.7
|
14 |
-
httpx
|
15 |
-
langdetect
|
16 |
-
gradio==4.44.0
|
|
|
1 |
+
fastapi==0.104.1
|
2 |
+
uvicorn==0.24.0
|
3 |
+
pandas==2.1.3
|
4 |
+
python-dotenv==1.0.0
|
5 |
+
jinja2==3.1.2
|
6 |
+
python-multipart
|
7 |
+
openai==1.6.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.25.2
|
15 |
+
langdetect==1.0.9
|
16 |
+
gradio==4.44.0
|