From 473edeedd2e6834cceb7195cf8ee9259ea991e79 Mon Sep 17 00:00:00 2001 From: FL550 <36160004+FL550@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:02:40 +0200 Subject: [PATCH] Adds dependencies from sub-package --- custom_components/dwd_weather/manifest.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/custom_components/dwd_weather/manifest.json b/custom_components/dwd_weather/manifest.json index 2b9af21..7cfa9bf 100644 --- a/custom_components/dwd_weather/manifest.json +++ b/custom_components/dwd_weather/manifest.json @@ -12,7 +12,14 @@ "requirements": [ "simple_dwd_weatherforecast==2.1.10", "markdownify==0.6.5", - "suntimes==1.1.2" + "suntimes==1.1.2", + "lxml", + "requests", + "Pillow", + "arrow", + "stream-inflate==0.0.14", + "stream-unzip", + "httpx" ], "iot_class": "cloud_polling" }