Install https://c88cb37e.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.2.dev5+gcd0ebc1-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://c88cb37e.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.2.dev5+gcd0ebc1-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://c88cb37e.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.2.dev5+gcd0ebc1-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/b1/12/47660610b179ba20bec8e06f39f2e4a8e3ad13c7fc2f8b6e9ec71bf93b25/streamlit_webrtc-0.62.1.tar.gz", hash = "sha256:79096d026a4a49c89fa049d0998f4976a651179678977f0983a78b05d049144b", size = 209912 }
|
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.2.dev5+gcd0ebc1"
|
853 |
+
source = { url = "https://c88cb37e.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.2.dev5+gcd0ebc1-py3-none-any.whl" }
|
854 |
dependencies = [
|
855 |
{ name = "aioice" },
|
856 |
{ name = "aiortc" },
|
857 |
{ name = "packaging" },
|
858 |
{ name = "streamlit" },
|
859 |
]
|
|
|
860 |
wheels = [
|
861 |
+
{ url = "https://c88cb37e.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.2.dev5+gcd0ebc1-py3-none-any.whl", hash = "sha256:bb3d9848559ca2e44ca0636031bb9bb37b8bd27dedde556b67c735d102fbbadb" },
|
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://c88cb37e.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.2.dev5+gcd0ebc1-py3-none-any.whl" },
|
888 |
{ name = "twilio", specifier = ">=9.5.0" },
|
889 |
]
|
890 |
|