Install https://7947cc70.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.4.dev2+g52239fa-py3-none-any.whl
Browse files- pyproject.toml +3 -0
- requirements.txt +1 -1
- uv.lock +12 -5
pyproject.toml
CHANGED
@@ -10,3 +10,6 @@ dependencies = [
|
|
10 |
"twilio>=9.5.0",
|
11 |
"aioice==0.10.0",
|
12 |
]
|
|
|
|
|
|
|
|
10 |
"twilio>=9.5.0",
|
11 |
"aioice==0.10.0",
|
12 |
]
|
13 |
+
|
14 |
+
[tool.uv.sources]
|
15 |
+
streamlit-webrtc = { url = "https://7947cc70.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.4.dev2+g52239fa-py3-none-any.whl" }
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
streamlit==1.43.2
|
2 |
-
streamlit-webrtc
|
3 |
twilio==9.5.0
|
4 |
aioice==0.10.0
|
|
|
1 |
streamlit==1.43.2
|
2 |
+
https://7947cc70.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.4.dev2+g52239fa-py3-none-any.whl
|
3 |
twilio==9.5.0
|
4 |
aioice==0.10.0
|
uv.lock
CHANGED
@@ -849,17 +849,24 @@ wheels = [
|
|
849 |
|
850 |
[[package]]
|
851 |
name = "streamlit-webrtc"
|
852 |
-
version = "0.62.
|
853 |
-
source = {
|
854 |
dependencies = [
|
855 |
{ name = "aioice" },
|
856 |
{ name = "aiortc" },
|
857 |
{ name = "packaging" },
|
858 |
{ name = "streamlit" },
|
859 |
]
|
860 |
-
sdist = { url = "https://files.pythonhosted.org/packages/85/ce/74363088ea5fa4ebba584c3cd48341061fb31b63ac633614bc839758ed69/streamlit_webrtc-0.62.3.tar.gz", hash = "sha256:1bce79d6174184127be57174c1a3e11bb74061940f0b776a43c2f76266434ff0", size = 210037 }
|
861 |
wheels = [
|
862 |
-
{ url = "https://
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
863 |
]
|
864 |
|
865 |
[[package]]
|
@@ -877,7 +884,7 @@ dependencies = [
|
|
877 |
requires-dist = [
|
878 |
{ name = "aioice", specifier = "==0.10.0" },
|
879 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
880 |
-
{ name = "streamlit-webrtc",
|
881 |
{ name = "twilio", specifier = ">=9.5.0" },
|
882 |
]
|
883 |
|
|
|
849 |
|
850 |
[[package]]
|
851 |
name = "streamlit-webrtc"
|
852 |
+
version = "0.62.4.dev2+g52239fa"
|
853 |
+
source = { url = "https://7947cc70.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.4.dev2+g52239fa-py3-none-any.whl" }
|
854 |
dependencies = [
|
855 |
{ name = "aioice" },
|
856 |
{ name = "aiortc" },
|
857 |
{ name = "packaging" },
|
858 |
{ name = "streamlit" },
|
859 |
]
|
|
|
860 |
wheels = [
|
861 |
+
{ url = "https://7947cc70.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.4.dev2+g52239fa-py3-none-any.whl", hash = "sha256:4a0a7cad73e004bf86e85e6b6dd58ed9b1f400f3471f9b3a320813e51d30aaab" },
|
862 |
+
]
|
863 |
+
|
864 |
+
[package.metadata]
|
865 |
+
requires-dist = [
|
866 |
+
{ name = "aioice", specifier = ">=0.10.0" },
|
867 |
+
{ name = "aiortc", specifier = ">=1.11.0" },
|
868 |
+
{ name = "packaging", specifier = ">=20.0" },
|
869 |
+
{ name = "streamlit", specifier = ">=0.89.0" },
|
870 |
]
|
871 |
|
872 |
[[package]]
|
|
|
884 |
requires-dist = [
|
885 |
{ name = "aioice", specifier = "==0.10.0" },
|
886 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
887 |
+
{ name = "streamlit-webrtc", url = "https://7947cc70.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.4.dev2+g52239fa-py3-none-any.whl" },
|
888 |
{ name = "twilio", specifier = ">=9.5.0" },
|
889 |
]
|
890 |
|