NEXAS commited on
Commit
10a6234
·
verified ·
1 Parent(s): b3cb0b5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +119 -12
requirements.txt CHANGED
@@ -1,12 +1,119 @@
1
- livekit-agents[bey]>=1.3.0
2
- livekit-plugins-openai>=0.7.0
3
- livekit-plugins-deepgram>=0.6.0
4
- livekit-plugins-cartesia>=0.1.0
5
- livekit-plugins-silero>=0.6.0
6
- livekit-plugins-groq>=0.1.0
7
- python-dotenv
8
- supabase
9
- flagsmith
10
- upstash-redis
11
- pydantic>=2.0.0
12
- sentry-sdk
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==25.1.0
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.13.3
4
+ aiosignal==1.4.0
5
+ annotated-types==0.7.0
6
+ anyio==4.12.1
7
+ attrs==25.4.0
8
+ av==16.1.0
9
+ cachetools==6.2.4
10
+ certifi==2026.1.4
11
+ cffi==2.0.0
12
+ charset-normalizer==3.4.4
13
+ click==8.3.1
14
+ colorama==0.4.6
15
+ coloredlogs==15.0.1
16
+ cryptography==46.0.3
17
+ deprecation==2.1.0
18
+ distro==1.9.0
19
+ docstring_parser==0.17.0
20
+ eval_type_backport==0.3.1
21
+ flagsmith==5.1.1
22
+ flagsmith-flag-engine==10.0.3
23
+ flatbuffers==25.12.19
24
+ frozenlist==1.8.0
25
+ fsspec==2026.1.0
26
+ googleapis-common-protos==1.72.0
27
+ groq==1.0.0
28
+ grpcio==1.76.0
29
+ h11==0.16.0
30
+ h2==4.3.0
31
+ hpack==4.1.0
32
+ httpcore==1.0.9
33
+ httpx==0.28.1
34
+ humanfriendly==10.0
35
+ hyperframe==6.1.0
36
+ idna==3.11
37
+ importlib_metadata==8.7.1
38
+ iregexp-check==0.1.4
39
+ jiter==0.12.0
40
+ jsonpath-rfc9535==0.2.0
41
+ livekit==1.0.23
42
+ livekit-agents==1.3.11
43
+ livekit-api==1.1.0
44
+ livekit-blingfire==1.1.0
45
+ livekit-plugins-bey==1.3.11
46
+ livekit-plugins-cartesia==1.3.11
47
+ livekit-plugins-deepgram==1.3.11
48
+ livekit-plugins-groq==1.3.11
49
+ livekit-plugins-openai==1.3.11
50
+ livekit-plugins-silero==1.3.11
51
+ livekit-protocol==1.1.2
52
+ markdown-it-py==4.0.0
53
+ mdurl==0.1.2
54
+ mmh3==5.2.0
55
+ mpmath==1.3.0
56
+ multidict==6.7.0
57
+ nest-asyncio==1.6.0
58
+ numpy==2.4.1
59
+ onnxruntime==1.23.1
60
+ openai==2.15.0
61
+ opentelemetry-api==1.39.1
62
+ opentelemetry-exporter-otlp==1.39.1
63
+ opentelemetry-exporter-otlp-proto-common==1.39.1
64
+ opentelemetry-exporter-otlp-proto-grpc==1.39.1
65
+ opentelemetry-exporter-otlp-proto-http==1.39.1
66
+ opentelemetry-proto==1.39.1
67
+ opentelemetry-sdk==1.39.1
68
+ opentelemetry-semantic-conventions==0.60b1
69
+ packaging==25.0
70
+ pillow==12.1.0
71
+ postgrest==2.27.2
72
+ prometheus_client==0.24.1
73
+ propcache==0.4.1
74
+ protobuf==6.33.4
75
+ psutil==7.2.1
76
+ pycparser==2.23
77
+ pydantic==2.12.5
78
+ pydantic_core==2.41.5
79
+ Pygments==2.19.2
80
+ pyiceberg==0.10.0
81
+ PyJWT==2.10.1
82
+ pyparsing==3.3.2
83
+ pyreadline3==3.5.4
84
+ pyroaring==1.0.3
85
+ python-dateutil==2.9.0.post0
86
+ python-dotenv==1.2.1
87
+ realtime==2.27.2
88
+ regex==2026.1.15
89
+ requests==2.32.5
90
+ requests-futures==1.0.2
91
+ rich==14.2.0
92
+ semver==3.0.4
93
+ sentry-sdk==2.50.0
94
+ shellingham==1.5.4
95
+ six==1.17.0
96
+ sniffio==1.3.1
97
+ sortedcontainers==2.4.0
98
+ sounddevice==0.5.3
99
+ sseclient-py==1.9.0
100
+ storage3==2.27.2
101
+ StrEnum==0.4.15
102
+ strictyaml==1.7.3
103
+ supabase==2.27.2
104
+ supabase-auth==2.27.2
105
+ supabase-functions==2.27.2
106
+ sympy==1.14.0
107
+ tenacity==9.1.2
108
+ tqdm==4.67.1
109
+ typer==0.21.1
110
+ types-protobuf==4.25.0.20240417
111
+ typing-inspection==0.4.2
112
+ typing_extensions==4.15.0
113
+ tzdata==2025.3
114
+ upstash-redis==1.5.0
115
+ urllib3==2.6.3
116
+ watchfiles==1.1.1
117
+ websockets==15.0.1
118
+ yarl==1.22.0
119
+ zipp==3.23.0