ciyidogan commited on
Commit
97783ff
·
verified ·
1 Parent(s): ad5c8be

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -21
requirements.txt CHANGED
@@ -1,21 +1,22 @@
1
- fastapi==0.111.0
2
- uvicorn[standard]==0.29.0
3
- pydantic==2.7.1
4
- bcrypt==4.1.3
5
- python-multipart==0.0.9
6
- requests==2.32.2
7
- urllib3==2.2.1
8
- cryptography==42.0.5
9
- httpx==0.27.0
10
- commentjson==0.9.0
11
- PyJWT==2.8.0
12
- python-dotenv==1.0.0
13
- openai>=1.0.0
14
- jsonpath-ng
15
- num2words==0.5.10
16
- websockets==12.0
17
- numpy==1.24.3
18
- google-cloud-speech==2.23.0
19
- azure-cognitiveservices-speech==1.34.0
20
- boto3==1.34.34
21
- psutil>=5.9.0
 
 
1
+ fastapi==0.111.0
2
+ uvicorn[standard]==0.29.0
3
+ pydantic==2.7.1
4
+ bcrypt==4.1.3
5
+ python-multipart==0.0.9
6
+ requests==2.32.2
7
+ urllib3==2.2.1
8
+ cryptography==42.0.5
9
+ httpx==0.27.0
10
+ commentjson==0.9.0
11
+ PyJWT==2.8.0
12
+ python-dotenv==1.0.0
13
+ openai>=1.0.0
14
+ jsonpath-ng
15
+ num2words==0.5.10
16
+ websockets==12.0
17
+ numpy==1.24.3
18
+ google-cloud-speech==2.23.0
19
+ azure-cognitiveservices-speech==1.34.0
20
+ boto3==1.34.34
21
+ psutil>=5.9.0
22
+ deepgram-sdk>=3.0.0