Install streamlit-webrtc==0.60.0 and aioice==0.10.0
Browse files- pyproject.toml +1 -1
- requirements.txt +1 -1
- uv.lock +5 -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.60.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.60.0
|
3 |
twilio==9.5.0
|
4 |
aioice==0.10.0
|
uv.lock
CHANGED
@@ -849,16 +849,17 @@ wheels = [
|
|
849 |
|
850 |
[[package]]
|
851 |
name = "streamlit-webrtc"
|
852 |
-
version = "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/
|
860 |
wheels = [
|
861 |
-
{ url = "https://files.pythonhosted.org/packages/
|
862 |
]
|
863 |
|
864 |
[[package]]
|
@@ -876,7 +877,7 @@ dependencies = [
|
|
876 |
requires-dist = [
|
877 |
{ name = "aioice", specifier = "==0.10.0" },
|
878 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
879 |
-
{ name = "streamlit-webrtc", specifier = "==0.
|
880 |
{ name = "twilio", specifier = ">=9.5.0" },
|
881 |
]
|
882 |
|
|
|
849 |
|
850 |
[[package]]
|
851 |
name = "streamlit-webrtc"
|
852 |
+
version = "0.60.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/55/f9/44aec33ddcc7b6976c9c95ea9bc194c1c5c58b3810d0594820b47b93d14b/streamlit_webrtc-0.60.0.tar.gz", hash = "sha256:c80e776f9ad32f24e74293fb456cfb388a660dad235f99ac491d913c4e65b594", size = 207633 }
|
861 |
wheels = [
|
862 |
+
{ url = "https://files.pythonhosted.org/packages/40/24/32aa2f6802fe1916eade2b577ef06c0b908c25afa46e9ea76800a4c6bc0a/streamlit_webrtc-0.60.0-py3-none-any.whl", hash = "sha256:4e2e1b63cddb0f85d80aca478c0131f6ca5975d3a7ccad089409eb9f4a1b4bc6", size = 214728 },
|
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.60.0" },
|
881 |
{ name = "twilio", specifier = ">=9.5.0" },
|
882 |
]
|
883 |
|