From bc7596bf5b24e49c50bc47b1e46c0dde919e2b0a Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Sat, 26 Oct 2024 18:31:39 +0200 Subject: [PATCH] build: cleanup requirements (#374) --- custom_components/midea_ac_lan/manifest.json | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/custom_components/midea_ac_lan/manifest.json b/custom_components/midea_ac_lan/manifest.json index e7aaa7c..38e20b2 100644 --- a/custom_components/midea_ac_lan/manifest.json +++ b/custom_components/midea_ac_lan/manifest.json @@ -9,6 +9,6 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/wuwentao/midea_ac_lan/issues", "loggers": ["midealocal"], - "requirements": ["pycryptodome", "midea-local==6.0.3"], + "requirements": ["midea-local==6.0.3"], "version": "v0.6.5" } diff --git a/requirements.txt b/requirements.txt index c33ca4c..28eeaeb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ -pycryptodome==3.20.0 midea-local==6.0.3