Install streamlit-webrtc==0.61.0 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.61.0",
|
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.61.0
|
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.61.0"
|
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/6a/f3/0e951434cdff3c77da4092d1d4adb50bae024a815a2ccfcd3c70175a2003/streamlit_webrtc-0.61.0.tar.gz", hash = "sha256:1a6a707d379bba8303336e28c41330ed10b5dcdb68452e5f0be7a069e68dbfa4", size = 209500 }
|
861 |
wheels = [
|
862 |
+
{ url = "https://files.pythonhosted.org/packages/c4/b5/906f3368872338711b3fbc86b3b68f056833941e1a83077b1e8f19c06c92/streamlit_webrtc-0.61.0-py3-none-any.whl", hash = "sha256:a7019ff86fc3b003f96c7ffd530c7e0b78a36a3e2cf537386dadb7cb5fd7d3ce", size = 216635 },
|
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.61.0" },
|
881 |
{ name = "twilio", specifier = ">=9.5.0" },
|
882 |
]
|
883 |
|