File size: 381 Bytes
d79183c 8896b1c e14f9fd 8896b1c f213467 0d338e8 8896b1c e14f9fd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[project]
name = "streamlit-webrtc-ice-config-experiment"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aioice",
"streamlit>=1.43.2",
"streamlit-webrtc==0.60.3",
"twilio>=9.5.0",
]
[tool.uv.sources]
aioice = { git = "https://github.com/jlaine/aioice.git", rev = "turn-improvements" }
|