Reverts the workaround that was created for #105254 since the original issue is fixed in zlib_ng 0.3.0+ which the lib now requires as a minimum version
14 lines
368 B
JSON
14 lines
368 B
JSON
{
|
|
"domain": "http",
|
|
"name": "HTTP",
|
|
"codeowners": ["@home-assistant/core"],
|
|
"documentation": "https://www.home-assistant.io/integrations/http",
|
|
"integration_type": "system",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "internal",
|
|
"requirements": [
|
|
"aiohttp_cors==0.7.0",
|
|
"aiohttp-fast-url-dispatcher==0.3.0",
|
|
"aiohttp-zlib-ng==0.1.3"
|
|
]
|
|
}
|