diff --git a/requirements.txt b/requirements.txt index 9aae101..41ab769 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,5 @@ aiohttp==3.9.1 async_timeout==4.0.3 homeassistant==2023.12.3 voluptuous==0.13.1 -Pillow==10.1.0 pytz==2023.3.post1 -svgwrite==1.4.3 -CairoSVG==2.7.1 \ No newline at end of file +svgwrite==1.4.3 \ No newline at end of file diff --git a/requirements_tests.txt b/requirements_tests.txt index a77cc4e..a0dabe0 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,4 +1,5 @@ homeassistant==2023.12.3 pytest==7.4.3 pytest_homeassistant_custom_component==0.13.85 -freezegun==1.2.2 \ No newline at end of file +freezegun==1.2.2 +Pillow==10.1.0 \ No newline at end of file