From cf674b6399d10762d2c25a80a3e933149a63841a Mon Sep 17 00:00:00 2001 From: ludeeus Date: Sat, 9 Dec 2023 16:07:42 +0000 Subject: [PATCH] Add async_timeout to action --- action/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/Dockerfile b/action/Dockerfile index 6b4e40d14f7..aac8eba85c6 100644 --- a/action/Dockerfile +++ b/action/Dockerfile @@ -16,7 +16,7 @@ RUN \ \ && bash /hacs/scripts/install/pip_packages setuptools wheel \ \ - && bash /hacs/scripts/install/pip_packages homeassistant aiogithubapi \ + && bash /hacs/scripts/install/pip_packages homeassistant aiogithubapi async-timeout \ \ && bash /hacs/scripts/install/frontend \ \