DreamStream-1 commited on
Commit
368fca9
·
verified ·
1 Parent(s): 484a477

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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.3.7
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