whitphx HF Staff commited on
Commit
b71104f
·
1 Parent(s): f47caaf

Install https://c88cb37e.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.2.dev5+gcd0ebc1-py3-none-any.whl

Browse files
Files changed (3) hide show
  1. pyproject.toml +3 -0
  2. requirements.txt +1 -1
  3. uv.lock +12 -5
pyproject.toml CHANGED
@@ -10,3 +10,6 @@ dependencies = [
10
  "twilio>=9.5.0",
11
  "aioice==0.10.0",
12
  ]
 
 
 
 
10
  "twilio>=9.5.0",
11
  "aioice==0.10.0",
12
  ]
13
+
14
+ [tool.uv.sources]
15
+ streamlit-webrtc = { url = "https://c88cb37e.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.2.dev5+gcd0ebc1-py3-none-any.whl" }
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
  streamlit==1.43.2
2
- streamlit-webrtc==0.62.1
3
  twilio==9.5.0
4
  aioice==0.10.0
 
1
  streamlit==1.43.2
2
+ https://c88cb37e.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.2.dev5+gcd0ebc1-py3-none-any.whl
3
  twilio==9.5.0
4
  aioice==0.10.0
uv.lock CHANGED
@@ -849,17 +849,24 @@ wheels = [
849
 
850
  [[package]]
851
  name = "streamlit-webrtc"
852
- version = "0.62.1"
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/b1/12/47660610b179ba20bec8e06f39f2e4a8e3ad13c7fc2f8b6e9ec71bf93b25/streamlit_webrtc-0.62.1.tar.gz", hash = "sha256:79096d026a4a49c89fa049d0998f4976a651179678977f0983a78b05d049144b", size = 209912 }
861
  wheels = [
862
- { url = "https://files.pythonhosted.org/packages/c5/91/bc0679ab9098fcda2bff5deff898d04ad45e567c3f1c8958c98a36ec550f/streamlit_webrtc-0.62.1-py3-none-any.whl", hash = "sha256:8b15c16c1753a0ec4f8d4b26d8370a24db3501d0729bb55de08465c5e5c4dc83", size = 217166 },
 
 
 
 
 
 
 
 
863
  ]
864
 
865
  [[package]]
@@ -877,7 +884,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.62.1" },
881
  { name = "twilio", specifier = ">=9.5.0" },
882
  ]
883
 
 
849
 
850
  [[package]]
851
  name = "streamlit-webrtc"
852
+ version = "0.62.2.dev5+gcd0ebc1"
853
+ source = { url = "https://c88cb37e.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.2.dev5+gcd0ebc1-py3-none-any.whl" }
854
  dependencies = [
855
  { name = "aioice" },
856
  { name = "aiortc" },
857
  { name = "packaging" },
858
  { name = "streamlit" },
859
  ]
 
860
  wheels = [
861
+ { url = "https://c88cb37e.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.2.dev5+gcd0ebc1-py3-none-any.whl", hash = "sha256:bb3d9848559ca2e44ca0636031bb9bb37b8bd27dedde556b67c735d102fbbadb" },
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
  requires-dist = [
885
  { name = "aioice", specifier = "==0.10.0" },
886
  { name = "streamlit", specifier = ">=1.43.2" },
887
+ { name = "streamlit-webrtc", url = "https://c88cb37e.streamlit-webrtc-hosting.pages.dev/streamlit_webrtc-0.62.2.dev5+gcd0ebc1-py3-none-any.whl" },
888
  { name = "twilio", specifier = ">=9.5.0" },
889
  ]
890