mirror of
https://github.com/esphome/esphome.git
synced 2025-03-25 12:08:16 +00:00
Replace glyphsets with esphome_glyphsets (#8261)
This commit is contained in:
parent
26d25464da
commit
f9da8dbfb8
@ -5,8 +5,8 @@ import os
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
import esphome_glyphsets as glyphsets
|
||||||
import freetype
|
import freetype
|
||||||
import glyphsets
|
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
from esphome import core, external_files
|
from esphome import core, external_files
|
||||||
|
@ -17,7 +17,7 @@ aioesphomeapi==24.6.2
|
|||||||
zeroconf==0.144.3
|
zeroconf==0.144.3
|
||||||
puremagic==1.27
|
puremagic==1.27
|
||||||
ruamel.yaml==0.18.6 # dashboard_import
|
ruamel.yaml==0.18.6 # dashboard_import
|
||||||
glyphsets==1.0.0
|
esphome-glyphsets==0.1.0
|
||||||
pillow==10.4.0
|
pillow==10.4.0
|
||||||
freetype-py==2.5.1
|
freetype-py==2.5.1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user