Install https://e0fd22d9.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.55.1.dev14+g820d4bf-py3-none-any.whl
Browse files- pyproject.toml +1 -1
- requirements.txt +1 -1
- uv.lock +4 -4
pyproject.toml
CHANGED
@@ -11,4 +11,4 @@ dependencies = [
|
|
11 |
]
|
12 |
|
13 |
[tool.uv.sources]
|
14 |
-
streamlit-webrtc = { url = "https://
|
|
|
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" }
|
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://e0fd22d9.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.55.1.dev14+g820d4bf-py3-none-any.whl
|
3 |
twilio>=9.5.0
|
uv.lock
CHANGED
@@ -849,15 +849,15 @@ wheels = [
|
|
849 |
|
850 |
[[package]]
|
851 |
name = "streamlit-webrtc"
|
852 |
-
version = "0.55.1.
|
853 |
-
source = { url = "https://
|
854 |
dependencies = [
|
855 |
{ name = "aiortc" },
|
856 |
{ name = "packaging" },
|
857 |
{ name = "streamlit" },
|
858 |
]
|
859 |
wheels = [
|
860 |
-
{ url = "https://
|
861 |
]
|
862 |
|
863 |
[package.metadata]
|
@@ -880,7 +880,7 @@ dependencies = [
|
|
880 |
[package.metadata]
|
881 |
requires-dist = [
|
882 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
883 |
-
{ name = "streamlit-webrtc", url = "https://
|
884 |
{ name = "twilio", specifier = ">=9.5.0" },
|
885 |
]
|
886 |
|
|
|
849 |
|
850 |
[[package]]
|
851 |
name = "streamlit-webrtc"
|
852 |
+
version = "0.55.1.dev14+g820d4bf"
|
853 |
+
source = { url = "https://e0fd22d9.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.55.1.dev14+g820d4bf-py3-none-any.whl" }
|
854 |
dependencies = [
|
855 |
{ name = "aiortc" },
|
856 |
{ name = "packaging" },
|
857 |
{ name = "streamlit" },
|
858 |
]
|
859 |
wheels = [
|
860 |
+
{ url = "https://e0fd22d9.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.55.1.dev14+g820d4bf-py3-none-any.whl", hash = "sha256:963243f78eac2202df9af17a0dfbcba36be791cd8be711ee32072c5eeaff6d05" },
|
861 |
]
|
862 |
|
863 |
[package.metadata]
|
|
|
880 |
[package.metadata]
|
881 |
requires-dist = [
|
882 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
883 |
+
{ name = "streamlit-webrtc", url = "https://e0fd22d9.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.55.1.dev14+g820d4bf-py3-none-any.whl" },
|
884 |
{ name = "twilio", specifier = ">=9.5.0" },
|
885 |
]
|
886 |
|