Install https://b09d39d6.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.57.1.dev3+gfd57e36-py3-none-any.whl
Browse files- pyproject.toml +3 -0
- requirements.txt +1 -2
- uv.lock +13 -5
pyproject.toml
CHANGED
@@ -9,3 +9,6 @@ dependencies = [
|
|
9 |
"streamlit-webrtc>=0.56.0",
|
10 |
"twilio>=9.5.0",
|
11 |
]
|
|
|
|
|
|
|
|
9 |
"streamlit-webrtc>=0.56.0",
|
10 |
"twilio>=9.5.0",
|
11 |
]
|
12 |
+
|
13 |
+
[tool.uv.sources]
|
14 |
+
streamlit-webrtc = { url = "https://b09d39d6.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.57.1.dev3+gfd57e36-py3-none-any.whl" }
|
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
git+https://github.com/whitphx/aioice.git@turn-connection-timeout
|
2 |
streamlit==1.43.2
|
3 |
-
streamlit_webrtc
|
4 |
twilio==9.5.0
|
|
|
|
|
1 |
streamlit==1.43.2
|
2 |
+
https://b09d39d6.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.57.1.dev3+gfd57e36-py3-none-any.whl
|
3 |
twilio==9.5.0
|
uv.lock
CHANGED
@@ -849,16 +849,24 @@ wheels = [
|
|
849 |
|
850 |
[[package]]
|
851 |
name = "streamlit-webrtc"
|
852 |
-
version = "0.
|
853 |
-
source = {
|
854 |
dependencies = [
|
|
|
855 |
{ name = "aiortc" },
|
856 |
{ name = "packaging" },
|
857 |
{ name = "streamlit" },
|
858 |
]
|
859 |
-
sdist = { url = "https://files.pythonhosted.org/packages/70/da/6335cf46f70ffb360db0407f0ca6915f020666d67a99091b12d143d5c002/streamlit_webrtc-0.56.0.tar.gz", hash = "sha256:5e306f5ff6e04256a6313240de20ada88a34c290278ff7682696d25b31787448", size = 207061 }
|
860 |
wheels = [
|
861 |
-
{ url = "https://
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
862 |
]
|
863 |
|
864 |
[[package]]
|
@@ -874,7 +882,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.57.1.dev3+gfd57e36"
|
853 |
+
source = { url = "https://b09d39d6.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.57.1.dev3+gfd57e36-py3-none-any.whl" }
|
854 |
dependencies = [
|
855 |
+
{ name = "aioice" },
|
856 |
{ name = "aiortc" },
|
857 |
{ name = "packaging" },
|
858 |
{ name = "streamlit" },
|
859 |
]
|
|
|
860 |
wheels = [
|
861 |
+
{ url = "https://b09d39d6.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.57.1.dev3+gfd57e36-py3-none-any.whl", hash = "sha256:b6efad60b40381903999cf0bc9cfecfdf2b3866eef7458bfbb4753665b9a9523" },
|
862 |
+
]
|
863 |
+
|
864 |
+
[package.metadata]
|
865 |
+
requires-dist = [
|
866 |
+
{ name = "aioice" },
|
867 |
+
{ name = "aiortc", specifier = ">=1.11.0" },
|
868 |
+
{ name = "packaging", specifier = ">=20.0" },
|
869 |
+
{ name = "streamlit", specifier = ">=0.84.1" },
|
870 |
]
|
871 |
|
872 |
[[package]]
|
|
|
882 |
[package.metadata]
|
883 |
requires-dist = [
|
884 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
885 |
+
{ name = "streamlit-webrtc", url = "https://b09d39d6.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.57.1.dev3+gfd57e36-py3-none-any.whl" },
|
886 |
{ name = "twilio", specifier = ">=9.5.0" },
|
887 |
]
|
888 |
|