Install streamlit-webrtc==0.56.0
Browse files- pyproject.toml +1 -4
- requirements.txt +3 -3
- uv.lock +5 -11
pyproject.toml
CHANGED
@@ -6,9 +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 |
]
|
12 |
-
|
13 |
-
[tool.uv.sources]
|
14 |
-
streamlit-webrtc = { url = "https://e0fd22d9.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.55.1.dev14+g820d4bf-py3-none-any.whl" }
|
|
|
6 |
requires-python = ">=3.13"
|
7 |
dependencies = [
|
8 |
"streamlit>=1.43.2",
|
9 |
+
"streamlit-webrtc>=0.56.0",
|
10 |
"twilio>=9.5.0",
|
11 |
]
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
twilio
|
|
|
1 |
+
streamlit==1.43.2
|
2 |
+
streamlit_webrtc==0.56.0
|
3 |
+
twilio==9.5.0
|
uv.lock
CHANGED
@@ -849,22 +849,16 @@ wheels = [
|
|
849 |
|
850 |
[[package]]
|
851 |
name = "streamlit-webrtc"
|
852 |
-
version = "0.
|
853 |
-
source = {
|
854 |
dependencies = [
|
855 |
{ name = "aiortc" },
|
856 |
{ name = "packaging" },
|
857 |
{ name = "streamlit" },
|
858 |
]
|
|
|
859 |
wheels = [
|
860 |
-
{ url = "https://
|
861 |
-
]
|
862 |
-
|
863 |
-
[package.metadata]
|
864 |
-
requires-dist = [
|
865 |
-
{ name = "aiortc", specifier = ">=1.11.0" },
|
866 |
-
{ name = "packaging", specifier = ">=20.0" },
|
867 |
-
{ name = "streamlit", specifier = ">=0.84.1" },
|
868 |
]
|
869 |
|
870 |
[[package]]
|
@@ -880,7 +874,7 @@ dependencies = [
|
|
880 |
[package.metadata]
|
881 |
requires-dist = [
|
882 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
883 |
-
{ name = "streamlit-webrtc",
|
884 |
{ name = "twilio", specifier = ">=9.5.0" },
|
885 |
]
|
886 |
|
|
|
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]]
|
|
|
874 |
[package.metadata]
|
875 |
requires-dist = [
|
876 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
877 |
+
{ name = "streamlit-webrtc", specifier = ">=0.56.0" },
|
878 |
{ name = "twilio", specifier = ">=9.5.0" },
|
879 |
]
|
880 |
|