burtenshaw commited on
Commit
7f6a7b9
·
1 Parent(s): 6f66039

add twilio dependency

Browse files
Files changed (2) hide show
  1. pyproject.toml +1 -0
  2. requirements.txt +11 -0
pyproject.toml CHANGED
@@ -7,5 +7,6 @@ requires-python = ">=3.10"
7
  dependencies = [
8
  "fastrtc[stt,tts]>=0.0.8.post1",
9
  "smolagents>=1.9.2",
 
10
  ]
11
 
 
7
  dependencies = [
8
  "fastrtc[stt,tts]>=0.0.8.post1",
9
  "smolagents>=1.9.2",
10
+ "twilio>=9.4.6",
11
  ]
12
 
requirements.txt CHANGED
@@ -1,10 +1,15 @@
1
  # This file was autogenerated by uv via the following command:
2
  # uv export --format requirements-txt --no-hashes
3
  aiofiles==23.2.1
 
 
 
4
  aioice==0.9.0
5
  aiortc==1.10.1
 
6
  annotated-types==0.7.0
7
  anyio==4.8.0
 
8
  attrs==25.1.0
9
  audioop-lts==0.2.1 ; python_full_version >= '3.13'
10
  audioread==3.0.1
@@ -32,6 +37,7 @@ fastrtc-moonshine-onnx==20241016
32
  ffmpy==0.5.0
33
  filelock==3.17.0
34
  flatbuffers==25.2.10
 
35
  fsspec==2025.2.0
36
  google-crc32c==1.6.0
37
  gradio==5.19.0
@@ -60,6 +66,7 @@ markupsafe==2.1.5
60
  mdurl==0.1.2
61
  mpmath==1.3.0
62
  msgpack==1.1.0
 
63
  numba==0.61.0
64
  numpy==2.1.3
65
  onnxruntime==1.20.1
@@ -71,6 +78,7 @@ pillow==11.1.0
71
  platformdirs==4.3.6
72
  pooch==1.8.2
73
  primp==0.14.0
 
74
  protobuf==5.29.3
75
  pycparser==2.22
76
  pydantic==2.10.6
@@ -78,6 +86,7 @@ pydantic-core==2.27.2
78
  pydub==0.25.1
79
  pyee==12.1.1
80
  pygments==2.19.1
 
81
  pylibsrtp==0.11.0
82
  pyopenssl==25.0.0
83
  pyparsing==3.2.1
@@ -116,6 +125,7 @@ threadpoolctl==3.5.0
116
  tokenizers==0.21.0
117
  tomlkit==0.13.2
118
  tqdm==4.67.1
 
119
  typer==0.15.1 ; sys_platform != 'emscripten'
120
  typing-extensions==4.12.2
121
  tzdata==2025.1
@@ -123,3 +133,4 @@ uritemplate==4.1.1
123
  urllib3==2.3.0
124
  uvicorn==0.34.0 ; sys_platform != 'emscripten'
125
  websockets==15.0
 
 
1
  # This file was autogenerated by uv via the following command:
2
  # uv export --format requirements-txt --no-hashes
3
  aiofiles==23.2.1
4
+ aiohappyeyeballs==2.4.6
5
+ aiohttp==3.11.13
6
+ aiohttp-retry==2.9.1
7
  aioice==0.9.0
8
  aiortc==1.10.1
9
+ aiosignal==1.3.2
10
  annotated-types==0.7.0
11
  anyio==4.8.0
12
+ async-timeout==5.0.1 ; python_full_version < '3.11'
13
  attrs==25.1.0
14
  audioop-lts==0.2.1 ; python_full_version >= '3.13'
15
  audioread==3.0.1
 
37
  ffmpy==0.5.0
38
  filelock==3.17.0
39
  flatbuffers==25.2.10
40
+ frozenlist==1.5.0
41
  fsspec==2025.2.0
42
  google-crc32c==1.6.0
43
  gradio==5.19.0
 
66
  mdurl==0.1.2
67
  mpmath==1.3.0
68
  msgpack==1.1.0
69
+ multidict==6.1.0
70
  numba==0.61.0
71
  numpy==2.1.3
72
  onnxruntime==1.20.1
 
78
  platformdirs==4.3.6
79
  pooch==1.8.2
80
  primp==0.14.0
81
+ propcache==0.3.0
82
  protobuf==5.29.3
83
  pycparser==2.22
84
  pydantic==2.10.6
 
86
  pydub==0.25.1
87
  pyee==12.1.1
88
  pygments==2.19.1
89
+ pyjwt==2.10.1
90
  pylibsrtp==0.11.0
91
  pyopenssl==25.0.0
92
  pyparsing==3.2.1
 
125
  tokenizers==0.21.0
126
  tomlkit==0.13.2
127
  tqdm==4.67.1
128
+ twilio==9.4.6
129
  typer==0.15.1 ; sys_platform != 'emscripten'
130
  typing-extensions==4.12.2
131
  tzdata==2025.1
 
133
  urllib3==2.3.0
134
  uvicorn==0.34.0 ; sys_platform != 'emscripten'
135
  websockets==15.0
136
+ yarl==1.18.3