Install aioice from git+https://github.com/jlaine/aioice.git@turn-improvements
Browse files- pyproject.toml +4 -0
- requirements.txt +1 -0
- uv.lock +3 -5
pyproject.toml
CHANGED
@@ -5,7 +5,11 @@ description = "Add your description here"
|
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.13"
|
7 |
dependencies = [
|
|
|
8 |
"streamlit>=1.43.2",
|
9 |
"streamlit-webrtc==0.60.3",
|
10 |
"twilio>=9.5.0",
|
11 |
]
|
|
|
|
|
|
|
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.13"
|
7 |
dependencies = [
|
8 |
+
"aioice",
|
9 |
"streamlit>=1.43.2",
|
10 |
"streamlit-webrtc==0.60.3",
|
11 |
"twilio>=9.5.0",
|
12 |
]
|
13 |
+
|
14 |
+
[tool.uv.sources]
|
15 |
+
aioice = { git = "https://github.com/jlaine/aioice.git", rev = "turn-improvements" }
|
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
streamlit==1.43.2
|
2 |
streamlit-webrtc==0.60.3
|
3 |
twilio==9.5.0
|
|
|
|
1 |
streamlit==1.43.2
|
2 |
streamlit-webrtc==0.60.3
|
3 |
twilio==9.5.0
|
4 |
+
git+https://github.com/jlaine/aioice.git@turn-improvements
|
uv.lock
CHANGED
@@ -59,15 +59,11 @@ wheels = [
|
|
59 |
[[package]]
|
60 |
name = "aioice"
|
61 |
version = "0.9.0"
|
62 |
-
source = {
|
63 |
dependencies = [
|
64 |
{ name = "dnspython" },
|
65 |
{ name = "ifaddr" },
|
66 |
]
|
67 |
-
sdist = { url = "https://files.pythonhosted.org/packages/33/b6/e2b0e48ccb5b04fe29265e93f14a0915f416e359c897ae87d570566c430b/aioice-0.9.0.tar.gz", hash = "sha256:fc2401b1c4b6e19372eaaeaa28fd1bd9cbf6b0e412e48625297c53b495eebd1e", size = 40324 }
|
68 |
-
wheels = [
|
69 |
-
{ url = "https://files.pythonhosted.org/packages/b6/35/d21e48d3ba25d32aba5d142d54c4491376c659dd74d052a30dd25198007b/aioice-0.9.0-py3-none-any.whl", hash = "sha256:b609597a3a5a611e0004ff04772e16aceb881d51c25c0afc4ceac05d5e50024e", size = 24177 },
|
70 |
-
]
|
71 |
|
72 |
[[package]]
|
73 |
name = "aiortc"
|
@@ -867,6 +863,7 @@ name = "streamlit-webrtc-ice-config-experiment"
|
|
867 |
version = "0.1.0"
|
868 |
source = { virtual = "." }
|
869 |
dependencies = [
|
|
|
870 |
{ name = "streamlit" },
|
871 |
{ name = "streamlit-webrtc" },
|
872 |
{ name = "twilio" },
|
@@ -874,6 +871,7 @@ dependencies = [
|
|
874 |
|
875 |
[package.metadata]
|
876 |
requires-dist = [
|
|
|
877 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
878 |
{ name = "streamlit-webrtc", specifier = "==0.60.3" },
|
879 |
{ name = "twilio", specifier = ">=9.5.0" },
|
|
|
59 |
[[package]]
|
60 |
name = "aioice"
|
61 |
version = "0.9.0"
|
62 |
+
source = { git = "https://github.com/jlaine/aioice.git?rev=turn-improvements#7115e29eadfcca1c713195c6f28664497f51bc06" }
|
63 |
dependencies = [
|
64 |
{ name = "dnspython" },
|
65 |
{ name = "ifaddr" },
|
66 |
]
|
|
|
|
|
|
|
|
|
67 |
|
68 |
[[package]]
|
69 |
name = "aiortc"
|
|
|
863 |
version = "0.1.0"
|
864 |
source = { virtual = "." }
|
865 |
dependencies = [
|
866 |
+
{ name = "aioice" },
|
867 |
{ name = "streamlit" },
|
868 |
{ name = "streamlit-webrtc" },
|
869 |
{ name = "twilio" },
|
|
|
871 |
|
872 |
[package.metadata]
|
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", specifier = "==0.60.3" },
|
877 |
{ name = "twilio", specifier = ">=9.5.0" },
|