hass-core/homeassistant/components/scrape/manifest.json
J. Nick Koston d8564eba17
Bump lxml to 5.1.0 (#106696)
* Bump lxml to 5.0.0

cython 3.0.7+ is required ?

* bump

* Apply suggestions from code review

* 5.1.0
2024-01-13 21:08:42 -05:00

10 lines
314 B
JSON

{
"domain": "scrape",
"name": "Scrape",
"after_dependencies": ["rest"],
"codeowners": ["@fabaff", "@gjohansson-ST"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/scrape",
"iot_class": "cloud_polling",
"requirements": ["beautifulsoup4==4.12.2", "lxml==5.1.0"]
}