Skip to content

Commit 61d8680

Browse files
committed
version 1.0, updated requirements.txt
1 parent 3272085 commit 61d8680

File tree

1 file changed

+41
-10
lines changed

1 file changed

+41
-10
lines changed

requirements.txt

+41-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,41 @@
1-
fastapi>=0.95.0
2-
uvicorn>=0.21.1
3-
websockets>=11.0.2
4-
python-multipart>=0.0.6
5-
aiohttp>=3.8.4
6-
aiofiles>=23.1.0
7-
numpy>=1.24.2
8-
pydantic>=1.10.7
9-
python-dotenv>=1.0.0
10-
torch>=2.0.0
1+
aiofiles==24.1.0
2+
aiohappyeyeballs==2.6.1
3+
aiohttp==3.11.13
4+
aiosignal==1.3.2
5+
annotated-types==0.7.0
6+
anyio==4.8.0
7+
attrs==25.2.0
8+
certifi==2025.1.31
9+
charset-normalizer==3.4.1
10+
click==8.1.8
11+
fastapi==0.115.11
12+
filelock==3.17.0
13+
frozenlist==1.5.0
14+
fsspec==2025.3.0
15+
h11==0.14.0
16+
idna==3.10
17+
Jinja2==3.1.6
18+
MarkupSafe==3.0.2
19+
mpmath==1.3.0
20+
multidict==6.1.0
21+
networkx==3.4.2
22+
numpy==2.2.3
23+
propcache==0.3.0
24+
pydantic==2.10.6
25+
pydantic_core==2.27.2
26+
python-dotenv==1.0.1
27+
python-multipart==0.0.20
28+
requests==2.32.3
29+
setuptools==76.0.0
30+
six==1.17.0
31+
sniffio==1.3.1
32+
starlette==0.46.1
33+
sympy==1.13.1
34+
torch==2.6.0
35+
typing_extensions==4.12.2
36+
urllib3==2.3.0
37+
uvicorn==0.34.0
38+
webrtcvad==2.0.10
39+
websockets==15.0.1
40+
whisper==1.1.10
41+
yarl==1.18.3

0 commit comments

Comments
 (0)