diff --git a/custom_components/multiscrape/manifest.json b/custom_components/multiscrape/manifest.json index 5a3e9905..4aa5fbcc 100644 --- a/custom_components/multiscrape/manifest.json +++ b/custom_components/multiscrape/manifest.json @@ -7,6 +7,6 @@ "documentation": "https://github.com/danieldotnl/ha-multiscrape", "iot_class": "local_polling", "issue_tracker": "https://github.com/danieldotnl/ha-multiscrape/issues", - "requirements": ["lxml==5.0.0", "beautifulsoup4==4.12.2"], + "requirements": ["lxml>=4.9.1", "beautifulsoup4>=4.12.2"], "version": "6.5.0" }