mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
Add option to use frontend PR artifact to frontend integration (#161291)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
@@ -24,6 +24,10 @@ classifiers = [
|
||||
requires-python = ">=3.14.2"
|
||||
dependencies = [
|
||||
"aiodns==4.0.0",
|
||||
# aiogithubapi is needed by frontend; frontend is unconditionally imported at
|
||||
# module level in `bootstrap.py` and its requirements thus need to be in
|
||||
# requirements.txt to ensure they are always installed
|
||||
"aiogithubapi==24.6.0",
|
||||
# Integrations may depend on hassio integration without listing it to
|
||||
# change behavior based on presence of supervisor. Deprecated with #127228
|
||||
# Lib can be removed with 2025.11
|
||||
|
||||
Reference in New Issue
Block a user