whitphx HF Staff commited on
Commit
ee294bf
·
1 Parent(s): ba78d3d

Install streamlit-webrtc==0.62.4 and aioice==0.10.0

Browse files
Files changed (3) hide show
  1. pyproject.toml +1 -4
  2. requirements.txt +1 -1
  3. uv.lock +5 -12
pyproject.toml CHANGED
@@ -6,10 +6,7 @@ readme = "README.md"
6
  requires-python = ">=3.13"
7
  dependencies = [
8
  "streamlit>=1.43.2",
9
- "streamlit-webrtc==0.62.3",
10
  "twilio>=9.5.0",
11
  "aioice==0.10.0",
12
  ]
13
-
14
- [tool.uv.sources]
15
- streamlit-webrtc = { url = "https://7947cc70.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.4.dev2+g52239fa-py3-none-any.whl" }
 
6
  requires-python = ">=3.13"
7
  dependencies = [
8
  "streamlit>=1.43.2",
9
+ "streamlit-webrtc==0.62.4",
10
  "twilio>=9.5.0",
11
  "aioice==0.10.0",
12
  ]
 
 
 
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
  streamlit==1.43.2
2
- https://7947cc70.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.4.dev2+g52239fa-py3-none-any.whl
3
  twilio==9.5.0
4
  aioice==0.10.0
 
1
  streamlit==1.43.2
2
+ streamlit-webrtc==0.62.4
3
  twilio==9.5.0
4
  aioice==0.10.0
uv.lock CHANGED
@@ -849,24 +849,17 @@ wheels = [
849
 
850
  [[package]]
851
  name = "streamlit-webrtc"
852
- version = "0.62.4.dev2+g52239fa"
853
- source = { url = "https://7947cc70.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.4.dev2+g52239fa-py3-none-any.whl" }
854
  dependencies = [
855
  { name = "aioice" },
856
  { name = "aiortc" },
857
  { name = "packaging" },
858
  { name = "streamlit" },
859
  ]
 
860
  wheels = [
861
- { url = "https://7947cc70.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.4.dev2+g52239fa-py3-none-any.whl", hash = "sha256:4a0a7cad73e004bf86e85e6b6dd58ed9b1f400f3471f9b3a320813e51d30aaab" },
862
- ]
863
-
864
- [package.metadata]
865
- requires-dist = [
866
- { name = "aioice", specifier = ">=0.10.0" },
867
- { name = "aiortc", specifier = ">=1.11.0" },
868
- { name = "packaging", specifier = ">=20.0" },
869
- { name = "streamlit", specifier = ">=0.89.0" },
870
  ]
871
 
872
  [[package]]
@@ -884,7 +877,7 @@ dependencies = [
884
  requires-dist = [
885
  { name = "aioice", specifier = "==0.10.0" },
886
  { name = "streamlit", specifier = ">=1.43.2" },
887
- { name = "streamlit-webrtc", url = "https://7947cc70.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.4.dev2+g52239fa-py3-none-any.whl" },
888
  { name = "twilio", specifier = ">=9.5.0" },
889
  ]
890
 
 
849
 
850
  [[package]]
851
  name = "streamlit-webrtc"
852
+ version = "0.62.4"
853
+ source = { registry = "https://pypi.org/simple" }
854
  dependencies = [
855
  { name = "aioice" },
856
  { name = "aiortc" },
857
  { name = "packaging" },
858
  { name = "streamlit" },
859
  ]
860
+ sdist = { url = "https://files.pythonhosted.org/packages/93/45/a736817b2228be315d4ed0c96eef07594c5025ef0c6bdf1eaaeec2ac3eab/streamlit_webrtc-0.62.4.tar.gz", hash = "sha256:cdb9192cb2768332bd98e76fa5f8e2da5c8273821fcbd5187d8480e58c4f64c8", size = 210092 }
861
  wheels = [
862
+ { url = "https://files.pythonhosted.org/packages/26/62/e9ba957146102ac2fe7e709cd3f99a963e59e5a1c4b8901eaa59e5e910e5/streamlit_webrtc-0.62.4-py3-none-any.whl", hash = "sha256:30f7a0df05930c3f099f27c3695ef944330bc8c5fa11dc1133a3db520f5af96f", size = 217348 },
 
 
 
 
 
 
 
 
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.62.4" },
881
  { name = "twilio", specifier = ">=9.5.0" },
882
  ]
883