Skip to content

Commit

Permalink
Attempt to prevent uv from not allowing betterproto.
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rowan committed Nov 1, 2024
1 parent e12f5b6 commit a9f3773
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions custom_components/miner/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
"homekit": {},
"iot_class": "local_polling",
"issue_tracker": "https://github.com/Schnitzel/hass-miner/issues",
"requirements": ["pyasic==0.60.10 --prerelease=allow"],
"requirements": [
"betterproto==2.0.0b7",
"pyasic==0.61.13"
],
"ssdp": [],
"version": "1.1.17rc1",
"version": "1.1.17rc2",
"zeroconf": []
}

0 comments on commit a9f3773

Please sign in to comment.