Install https://8fa61e6d.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.61.1.dev5+g9dcb6f5-py3-none-any.whl
Browse files- pyproject.toml +1 -0
- requirements.txt +1 -1
- uv.lock +12 -5
pyproject.toml
CHANGED
@@ -13,3 +13,4 @@ dependencies = [
|
|
13 |
|
14 |
[tool.uv.sources]
|
15 |
aioice = { git = "https://github.com/jlaine/aioice.git", rev = "turn-improvements" }
|
|
|
|
13 |
|
14 |
[tool.uv.sources]
|
15 |
aioice = { git = "https://github.com/jlaine/aioice.git", rev = "turn-improvements" }
|
16 |
+
streamlit-webrtc = { url = "https://8fa61e6d.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.61.1.dev5+g9dcb6f5-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 |
git+https://github.com/jlaine/aioice.git@turn-improvements
|
|
|
1 |
streamlit==1.43.2
|
2 |
+
https://8fa61e6d.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.61.1.dev5+g9dcb6f5-py3-none-any.whl
|
3 |
twilio==9.5.0
|
4 |
git+https://github.com/jlaine/aioice.git@turn-improvements
|
uv.lock
CHANGED
@@ -845,17 +845,24 @@ wheels = [
|
|
845 |
|
846 |
[[package]]
|
847 |
name = "streamlit-webrtc"
|
848 |
-
version = "0.
|
849 |
-
source = {
|
850 |
dependencies = [
|
851 |
{ name = "aioice" },
|
852 |
{ name = "aiortc" },
|
853 |
{ name = "packaging" },
|
854 |
{ name = "streamlit" },
|
855 |
]
|
856 |
-
sdist = { url = "https://files.pythonhosted.org/packages/73/af/5a1bafd04d805da05e0fb1db430485a5861e82a6d2c8037725713e40298c/streamlit_webrtc-0.60.3.tar.gz", hash = "sha256:486c3e9dcda701492d15bc42c3ea079c273fd14fe67f56712bbe9ba81220fe6a", size = 207814 }
|
857 |
wheels = [
|
858 |
-
{ url = "https://
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
859 |
]
|
860 |
|
861 |
[[package]]
|
@@ -873,7 +880,7 @@ dependencies = [
|
|
873 |
requires-dist = [
|
874 |
{ name = "aioice", git = "https://github.com/jlaine/aioice.git?rev=turn-improvements" },
|
875 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
876 |
-
{ name = "streamlit-webrtc",
|
877 |
{ name = "twilio", specifier = ">=9.5.0" },
|
878 |
]
|
879 |
|
|
|
845 |
|
846 |
[[package]]
|
847 |
name = "streamlit-webrtc"
|
848 |
+
version = "0.61.1.dev5+g9dcb6f5"
|
849 |
+
source = { url = "https://8fa61e6d.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.61.1.dev5+g9dcb6f5-py3-none-any.whl" }
|
850 |
dependencies = [
|
851 |
{ name = "aioice" },
|
852 |
{ name = "aiortc" },
|
853 |
{ name = "packaging" },
|
854 |
{ name = "streamlit" },
|
855 |
]
|
|
|
856 |
wheels = [
|
857 |
+
{ url = "https://8fa61e6d.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.61.1.dev5+g9dcb6f5-py3-none-any.whl", hash = "sha256:efa7d6edcc3a3d25f8df89b7d6a012fc1b7c3db54b6e0d30b2c1447d1bbbd8eb" },
|
858 |
+
]
|
859 |
+
|
860 |
+
[package.metadata]
|
861 |
+
requires-dist = [
|
862 |
+
{ name = "aioice", specifier = ">=0.9.0" },
|
863 |
+
{ name = "aiortc", specifier = ">=1.11.0" },
|
864 |
+
{ name = "packaging", specifier = ">=20.0" },
|
865 |
+
{ name = "streamlit", specifier = ">=0.89.0" },
|
866 |
]
|
867 |
|
868 |
[[package]]
|
|
|
880 |
requires-dist = [
|
881 |
{ name = "aioice", git = "https://github.com/jlaine/aioice.git?rev=turn-improvements" },
|
882 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
883 |
+
{ name = "streamlit-webrtc", url = "https://8fa61e6d.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.61.1.dev5+g9dcb6f5-py3-none-any.whl" },
|
884 |
{ name = "twilio", specifier = ">=9.5.0" },
|
885 |
]
|
886 |
|