Put draw_box in image_processing (#26712)

* 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
This commit is contained in:
Robin 2019-09-24 11:09:16 +01:00 committed by Pascal Vizeli
parent 53e6b8ade6
commit 1d60cccc21
8 changed files with 51 additions and 40 deletions

View file

@ -111,6 +111,7 @@ TEST_REQUIREMENTS = (
"paho-mqtt",
"pexpect",
"pilight",
"pillow",
"plexapi",
"pmsensor",
"prometheus_client",