Install streamlit-webrtc==0.57.0
Browse files- pyproject.toml +1 -1
- requirements.txt +1 -1
- uv.lock +4 -4
pyproject.toml
CHANGED
@@ -6,6 +6,6 @@ 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.57.0",
|
10 |
"twilio>=9.5.0",
|
11 |
]
|
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
streamlit==1.43.2
|
2 |
-
streamlit-webrtc==0.
|
3 |
twilio==9.5.0
|
|
|
1 |
streamlit==1.43.2
|
2 |
+
streamlit-webrtc==0.57.0
|
3 |
twilio==9.5.0
|
uv.lock
CHANGED
@@ -849,16 +849,16 @@ 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]]
|
@@ -874,7 +874,7 @@ dependencies = [
|
|
874 |
[package.metadata]
|
875 |
requires-dist = [
|
876 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
877 |
-
{ name = "streamlit-webrtc", specifier = "==0.
|
878 |
{ name = "twilio", specifier = ">=9.5.0" },
|
879 |
]
|
880 |
|
|
|
849 |
|
850 |
[[package]]
|
851 |
name = "streamlit-webrtc"
|
852 |
+
version = "0.57.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/40/3a/c4a030fe7c8b360c86676e430187d104ec217294cbe0a6d56e8eebb2022c/streamlit_webrtc-0.57.0.tar.gz", hash = "sha256:6ca62e9d291dd2826f3d05a4bae2f5156e846526f4a0500a509403432dcf3775", size = 207227 }
|
860 |
wheels = [
|
861 |
+
{ url = "https://files.pythonhosted.org/packages/e3/f4/88d6e99ff52662791adc52fc3f8d028a24f07399780be1656dd7062c0f87/streamlit_webrtc-0.57.0-py3-none-any.whl", hash = "sha256:4464cd738467ca5bc53f1f56bb238e7c3cd82841ad8ebc39f7185d315c6dfefc", size = 214406 },
|
862 |
]
|
863 |
|
864 |
[[package]]
|
|
|
874 |
[package.metadata]
|
875 |
requires-dist = [
|
876 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
877 |
+
{ name = "streamlit-webrtc", specifier = "==0.57.0" },
|
878 |
{ name = "twilio", specifier = ">=9.5.0" },
|
879 |
]
|
880 |
|