Install streamlit-webrtc==0.60.1 and aioice==0.10.0
Browse files- pyproject.toml +1 -1
- requirements.txt +1 -1
- uv.lock +4 -4
pyproject.toml
CHANGED
|
@@ -6,7 +6,7 @@ readme = "README.md"
|
|
| 6 |
requires-python = ">=3.13"
|
| 7 |
dependencies = [
|
| 8 |
"streamlit>=1.43.2",
|
| 9 |
-
"streamlit-webrtc==0.60.
|
| 10 |
"twilio>=9.5.0",
|
| 11 |
"aioice==0.10.0",
|
| 12 |
]
|
|
|
|
| 6 |
requires-python = ">=3.13"
|
| 7 |
dependencies = [
|
| 8 |
"streamlit>=1.43.2",
|
| 9 |
+
"streamlit-webrtc==0.60.1",
|
| 10 |
"twilio>=9.5.0",
|
| 11 |
"aioice==0.10.0",
|
| 12 |
]
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
streamlit==1.43.2
|
| 2 |
-
streamlit-webrtc==0.60.
|
| 3 |
twilio==9.5.0
|
| 4 |
aioice==0.10.0
|
|
|
|
| 1 |
streamlit==1.43.2
|
| 2 |
+
streamlit-webrtc==0.60.1
|
| 3 |
twilio==9.5.0
|
| 4 |
aioice==0.10.0
|
uv.lock
CHANGED
|
@@ -849,7 +849,7 @@ wheels = [
|
|
| 849 |
|
| 850 |
[[package]]
|
| 851 |
name = "streamlit-webrtc"
|
| 852 |
-
version = "0.60.
|
| 853 |
source = { registry = "https://pypi.org/simple" }
|
| 854 |
dependencies = [
|
| 855 |
{ name = "aioice" },
|
|
@@ -857,9 +857,9 @@ dependencies = [
|
|
| 857 |
{ name = "packaging" },
|
| 858 |
{ name = "streamlit" },
|
| 859 |
]
|
| 860 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
| 861 |
wheels = [
|
| 862 |
-
{ url = "https://files.pythonhosted.org/packages/
|
| 863 |
]
|
| 864 |
|
| 865 |
[[package]]
|
|
@@ -877,7 +877,7 @@ dependencies = [
|
|
| 877 |
requires-dist = [
|
| 878 |
{ name = "aioice", specifier = "==0.10.0" },
|
| 879 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
| 880 |
-
{ name = "streamlit-webrtc", specifier = "==0.60.
|
| 881 |
{ name = "twilio", specifier = ">=9.5.0" },
|
| 882 |
]
|
| 883 |
|
|
|
|
| 849 |
|
| 850 |
[[package]]
|
| 851 |
name = "streamlit-webrtc"
|
| 852 |
+
version = "0.60.1"
|
| 853 |
source = { registry = "https://pypi.org/simple" }
|
| 854 |
dependencies = [
|
| 855 |
{ name = "aioice" },
|
|
|
|
| 857 |
{ name = "packaging" },
|
| 858 |
{ name = "streamlit" },
|
| 859 |
]
|
| 860 |
+
sdist = { url = "https://files.pythonhosted.org/packages/2d/86/f658bcadf43547d8c807ae6c44bf296bf131995c611b380b3fc8b8d40aa0/streamlit_webrtc-0.60.1.tar.gz", hash = "sha256:bfdb2a62a819fffd6a636ba1c4ac9e29bf1e61bd9ec657073856054ed2539a7f", size = 207764 }
|
| 861 |
wheels = [
|
| 862 |
+
{ url = "https://files.pythonhosted.org/packages/d7/84/8db916cb53a3ba3ffb4007f9110a1d3156a0e3d12c457dc283ea048ce049/streamlit_webrtc-0.60.1-py3-none-any.whl", hash = "sha256:74ce5221d6a0d1fe2d29a3e74d381b841fc8e8c42dc2ed9abffdca87f260403b", size = 214870 },
|
| 863 |
]
|
| 864 |
|
| 865 |
[[package]]
|
|
|
|
| 877 |
requires-dist = [
|
| 878 |
{ name = "aioice", specifier = "==0.10.0" },
|
| 879 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
| 880 |
+
{ name = "streamlit-webrtc", specifier = "==0.60.1" },
|
| 881 |
{ name = "twilio", specifier = ">=9.5.0" },
|
| 882 |
]
|
| 883 |
|