Install streamlit-webrtc==0.62.1 and aioice==0.10.0
Browse files- pyproject.toml +1 -1
- requirements.txt +1 -1
- uv.lock +4 -4
pyproject.toml
CHANGED
@@ -6,7 +6,7 @@ readme = "README.md"
|
|
6 |
requires-python = ">=3.13"
|
7 |
dependencies = [
|
8 |
"streamlit>=1.43.2",
|
9 |
-
"streamlit-webrtc==0.
|
10 |
"twilio>=9.5.0",
|
11 |
"aioice==0.10.0",
|
12 |
]
|
|
|
6 |
requires-python = ">=3.13"
|
7 |
dependencies = [
|
8 |
"streamlit>=1.43.2",
|
9 |
+
"streamlit-webrtc==0.62.1",
|
10 |
"twilio>=9.5.0",
|
11 |
"aioice==0.10.0",
|
12 |
]
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
streamlit==1.43.2
|
2 |
-
streamlit-webrtc==0.
|
3 |
twilio==9.5.0
|
4 |
aioice==0.10.0
|
|
|
1 |
streamlit==1.43.2
|
2 |
+
streamlit-webrtc==0.62.1
|
3 |
twilio==9.5.0
|
4 |
aioice==0.10.0
|
uv.lock
CHANGED
@@ -849,7 +849,7 @@ wheels = [
|
|
849 |
|
850 |
[[package]]
|
851 |
name = "streamlit-webrtc"
|
852 |
-
version = "0.
|
853 |
source = { registry = "https://pypi.org/simple" }
|
854 |
dependencies = [
|
855 |
{ name = "aioice" },
|
@@ -857,9 +857,9 @@ dependencies = [
|
|
857 |
{ name = "packaging" },
|
858 |
{ name = "streamlit" },
|
859 |
]
|
860 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
861 |
wheels = [
|
862 |
-
{ url = "https://files.pythonhosted.org/packages/
|
863 |
]
|
864 |
|
865 |
[[package]]
|
@@ -877,7 +877,7 @@ dependencies = [
|
|
877 |
requires-dist = [
|
878 |
{ name = "aioice", specifier = "==0.10.0" },
|
879 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
880 |
-
{ name = "streamlit-webrtc", specifier = "==0.
|
881 |
{ name = "twilio", specifier = ">=9.5.0" },
|
882 |
]
|
883 |
|
|
|
849 |
|
850 |
[[package]]
|
851 |
name = "streamlit-webrtc"
|
852 |
+
version = "0.62.1"
|
853 |
source = { registry = "https://pypi.org/simple" }
|
854 |
dependencies = [
|
855 |
{ name = "aioice" },
|
|
|
857 |
{ name = "packaging" },
|
858 |
{ name = "streamlit" },
|
859 |
]
|
860 |
+
sdist = { url = "https://files.pythonhosted.org/packages/b1/12/47660610b179ba20bec8e06f39f2e4a8e3ad13c7fc2f8b6e9ec71bf93b25/streamlit_webrtc-0.62.1.tar.gz", hash = "sha256:79096d026a4a49c89fa049d0998f4976a651179678977f0983a78b05d049144b", size = 209912 }
|
861 |
wheels = [
|
862 |
+
{ url = "https://files.pythonhosted.org/packages/c5/91/bc0679ab9098fcda2bff5deff898d04ad45e567c3f1c8958c98a36ec550f/streamlit_webrtc-0.62.1-py3-none-any.whl", hash = "sha256:8b15c16c1753a0ec4f8d4b26d8370a24db3501d0729bb55de08465c5e5c4dc83", size = 217166 },
|
863 |
]
|
864 |
|
865 |
[[package]]
|
|
|
877 |
requires-dist = [
|
878 |
{ name = "aioice", specifier = "==0.10.0" },
|
879 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
880 |
+
{ name = "streamlit-webrtc", specifier = "==0.62.1" },
|
881 |
{ name = "twilio", specifier = ">=9.5.0" },
|
882 |
]
|
883 |
|