Install streamlit-webrtc==0.56.0 and aioice==0.10.0
Browse files- pyproject.toml +2 -1
- requirements.txt +2 -1
- uv.lock +6 -5
pyproject.toml
CHANGED
@@ -6,6 +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 |
]
|
|
|
6 |
requires-python = ">=3.13"
|
7 |
dependencies = [
|
8 |
"streamlit>=1.43.2",
|
9 |
+
"streamlit-webrtc==0.56.0",
|
10 |
"twilio>=9.5.0",
|
11 |
+
"aioice==0.10.0",
|
12 |
]
|
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
streamlit==1.43.2
|
2 |
-
streamlit-webrtc==0.
|
3 |
twilio==9.5.0
|
|
|
|
1 |
streamlit==1.43.2
|
2 |
+
streamlit-webrtc==0.56.0
|
3 |
twilio==9.5.0
|
4 |
+
aioice==0.10.0
|
uv.lock
CHANGED
@@ -849,17 +849,16 @@ wheels = [
|
|
849 |
|
850 |
[[package]]
|
851 |
name = "streamlit-webrtc"
|
852 |
-
version = "0.
|
853 |
source = { registry = "https://pypi.org/simple" }
|
854 |
dependencies = [
|
855 |
-
{ name = "aioice" },
|
856 |
{ name = "aiortc" },
|
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]]
|
@@ -867,6 +866,7 @@ name = "streamlit-webrtc-ice-config-experiment"
|
|
867 |
version = "0.1.0"
|
868 |
source = { virtual = "." }
|
869 |
dependencies = [
|
|
|
870 |
{ name = "streamlit" },
|
871 |
{ name = "streamlit-webrtc" },
|
872 |
{ name = "twilio" },
|
@@ -874,8 +874,9 @@ dependencies = [
|
|
874 |
|
875 |
[package.metadata]
|
876 |
requires-dist = [
|
|
|
877 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
878 |
-
{ name = "streamlit-webrtc", specifier = "==0.
|
879 |
{ name = "twilio", specifier = ">=9.5.0" },
|
880 |
]
|
881 |
|
|
|
849 |
|
850 |
[[package]]
|
851 |
name = "streamlit-webrtc"
|
852 |
+
version = "0.56.0"
|
853 |
source = { registry = "https://pypi.org/simple" }
|
854 |
dependencies = [
|
|
|
855 |
{ name = "aiortc" },
|
856 |
{ name = "packaging" },
|
857 |
{ name = "streamlit" },
|
858 |
]
|
859 |
+
sdist = { url = "https://files.pythonhosted.org/packages/70/da/6335cf46f70ffb360db0407f0ca6915f020666d67a99091b12d143d5c002/streamlit_webrtc-0.56.0.tar.gz", hash = "sha256:5e306f5ff6e04256a6313240de20ada88a34c290278ff7682696d25b31787448", size = 207061 }
|
860 |
wheels = [
|
861 |
+
{ url = "https://files.pythonhosted.org/packages/71/17/2fb64d971cb940ee36ead162a39e3cb7df0629e8902a83674d34d20daa51/streamlit_webrtc-0.56.0-py3-none-any.whl", hash = "sha256:3cc5368f5e2154829a6b28d2537139b4c472b37f6eab660b49c6a957fe599294", size = 214244 },
|
862 |
]
|
863 |
|
864 |
[[package]]
|
|
|
866 |
version = "0.1.0"
|
867 |
source = { virtual = "." }
|
868 |
dependencies = [
|
869 |
+
{ name = "aioice" },
|
870 |
{ name = "streamlit" },
|
871 |
{ name = "streamlit-webrtc" },
|
872 |
{ name = "twilio" },
|
|
|
874 |
|
875 |
[package.metadata]
|
876 |
requires-dist = [
|
877 |
+
{ name = "aioice", specifier = "==0.10.0" },
|
878 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
879 |
+
{ name = "streamlit-webrtc", specifier = "==0.56.0" },
|
880 |
{ name = "twilio", specifier = ">=9.5.0" },
|
881 |
]
|
882 |
|