Install https://816034bb.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.55.1.dev6+gaa36aaf-py3-none-any.whl
Browse files- pyproject.toml +3 -0
- requirements.txt +1 -1
- uv.lock +11 -5
pyproject.toml
CHANGED
@@ -9,3 +9,6 @@ dependencies = [
|
|
9 |
"streamlit-webrtc>=0.55.0",
|
10 |
"twilio>=9.5.0",
|
11 |
]
|
|
|
|
|
|
|
|
9 |
"streamlit-webrtc>=0.55.0",
|
10 |
"twilio>=9.5.0",
|
11 |
]
|
12 |
+
|
13 |
+
[tool.uv.sources]
|
14 |
+
streamlit-webrtc = { url = "https://816034bb.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.55.1.dev6+gaa36aaf-py3-none-any.whl" }
|
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
streamlit>=1.43.2
|
2 |
-
https://
|
3 |
twilio>=9.5.0
|
|
|
1 |
streamlit>=1.43.2
|
2 |
+
https://816034bb.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.55.1.dev6+gaa36aaf-py3-none-any.whl
|
3 |
twilio>=9.5.0
|
uv.lock
CHANGED
@@ -849,16 +849,22 @@ wheels = [
|
|
849 |
|
850 |
[[package]]
|
851 |
name = "streamlit-webrtc"
|
852 |
-
version = "0.55.
|
853 |
-
source = {
|
854 |
dependencies = [
|
855 |
{ name = "aiortc" },
|
856 |
{ name = "packaging" },
|
857 |
{ name = "streamlit" },
|
858 |
]
|
859 |
-
sdist = { url = "https://files.pythonhosted.org/packages/64/e0/79bb523712b12955ca2baef934c5451080c5ff2b85907b408c06d83b1d7c/streamlit_webrtc-0.55.0.tar.gz", hash = "sha256:dc93f0b9074769b895efe804024016049ca763608ca0ff539ce629a52886c277", size = 206450 }
|
860 |
wheels = [
|
861 |
-
{ url = "https://
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
862 |
]
|
863 |
|
864 |
[[package]]
|
@@ -874,7 +880,7 @@ dependencies = [
|
|
874 |
[package.metadata]
|
875 |
requires-dist = [
|
876 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
877 |
-
{ name = "streamlit-webrtc",
|
878 |
{ name = "twilio", specifier = ">=9.5.0" },
|
879 |
]
|
880 |
|
|
|
849 |
|
850 |
[[package]]
|
851 |
name = "streamlit-webrtc"
|
852 |
+
version = "0.55.1.dev6+gaa36aaf"
|
853 |
+
source = { url = "https://816034bb.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.55.1.dev6+gaa36aaf-py3-none-any.whl" }
|
854 |
dependencies = [
|
855 |
{ name = "aiortc" },
|
856 |
{ name = "packaging" },
|
857 |
{ name = "streamlit" },
|
858 |
]
|
|
|
859 |
wheels = [
|
860 |
+
{ url = "https://816034bb.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.55.1.dev6+gaa36aaf-py3-none-any.whl", hash = "sha256:1314f21562e6fb84c2f1078eaf9b86c0f7454f99a1c7d157210cffefd489b89e" },
|
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 |
[package.metadata]
|
881 |
requires-dist = [
|
882 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
883 |
+
{ name = "streamlit-webrtc", url = "https://816034bb.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.55.1.dev6+gaa36aaf-py3-none-any.whl" },
|
884 |
{ name = "twilio", specifier = ">=9.5.0" },
|
885 |
]
|
886 |
|