From ead492b56a230a8cf1740fa6019b9113e69729db Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Thu, 16 May 2024 19:47:49 +0300 Subject: [PATCH] Fix requirements --- custom_components/gismeteo/manifest.json | 4 +++- requirements.txt | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/custom_components/gismeteo/manifest.json b/custom_components/gismeteo/manifest.json index 172edf0..2b3b43e 100644 --- a/custom_components/gismeteo/manifest.json +++ b/custom_components/gismeteo/manifest.json @@ -11,6 +11,8 @@ "documentation": "https://github.com/Limych/ha-gismeteo", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Limych/ha-gismeteo/issues", - "requirements": [], + "requirements": [ + "beautifulsoup4~=4.12" + ], "version": "3.0.0.dev0" } \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 02a0900..d709277 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ homeassistant>=2024.4.0 pip>=24.0 +beautifulsoup4~=4.12