* Put draw_box in image_processing * Update draw_box * Update __init__.py * run isort * Fix lints * Update __init__.py * Update requirements_all.txt * Adds type hints * Update gen_requirements_all.py * Update requirements_test_all.txt * rerun script/gen_requirements_all.py * Change Pillow to pillow * Update manifest.json * Run script/gen_requirements_all.py
13 lines
248 B
JSON
13 lines
248 B
JSON
{
|
|
"domain": "image_processing",
|
|
"name": "Image processing",
|
|
"documentation": "https://www.home-assistant.io/components/image_processing",
|
|
"requirements": [
|
|
"pillow==6.1.0"
|
|
],
|
|
"dependencies": [
|
|
"camera"
|
|
],
|
|
"codeowners": []
|
|
}
|