abdullah-khaled commited on
Commit
18e1b50
·
1 Parent(s): 85c831f

update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt CHANGED
@@ -1,18 +1,29 @@
1
  # Python 3.10.9
2
 
 
 
 
3
  fastapi==0.115.14
 
 
 
 
4
  langchain==0.3.26
5
  langchain-community==0.3.26
6
  langchain-core==0.3.66
7
  langchain-google-genai==2.1.5
 
8
  numpy==2.2.6
9
  pyaudio==0.2.14
 
10
  pydub==0.25.1
11
  python-dotenv==1.1.1
 
12
  sentence-transformers==4.1.0
13
  soundfile==0.13.1
14
  speechrecognition==3.14.3
15
  torch==2.7.1
16
  uvicorn==0.35.0
 
17
  faiss-cpu==1.11.0
18
  kokoro==0.9.4
 
1
  # Python 3.10.9
2
 
3
+ aiohttp==3.12.13
4
+ async-timeout==4.0.3
5
+ certifi==2025.6.15
6
  fastapi==0.115.14
7
+ google-api-core==2.25.1
8
+ google-auth==2.40.3
9
+ grpcio==1.73.1
10
+ grpcio-status==1.71.2
11
  langchain==0.3.26
12
  langchain-community==0.3.26
13
  langchain-core==0.3.66
14
  langchain-google-genai==2.1.5
15
+ langchain-text-splitters==0.3.8
16
  numpy==2.2.6
17
  pyaudio==0.2.14
18
+ pydantic==2.11.7
19
  pydub==0.25.1
20
  python-dotenv==1.1.1
21
+ requests==2.32.4
22
  sentence-transformers==4.1.0
23
  soundfile==0.13.1
24
  speechrecognition==3.14.3
25
  torch==2.7.1
26
  uvicorn==0.35.0
27
+ websockets==15.0.1
28
  faiss-cpu==1.11.0
29
  kokoro==0.9.4