[image] Use alternative version of CairoSVG on Windows (#12811)

This commit is contained in:
Clyde Stubbs
2026-01-04 09:08:47 +10:00
committed by GitHub
parent cb3edfc654
commit c29aa61e2a

View File

@@ -19,7 +19,13 @@ ruamel.yaml==0.19.1 # dashboard_import
ruamel.yaml.clib==0.2.15 # dashboard_import
esphome-glyphsets==0.2.0
pillow==11.3.0
cairosvg==2.8.2
# pycairo fork for Windows
cairosvg @ git+https://github.com/clydebarrow/cairosvg.git@release ; sys_platform == 'win32'
# Original for everything else
cairosvg==2.8.2 ; sys_platform != 'win32'
freetype-py==2.5.1
jinja2==3.1.6
bleak==2.1.1