1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 07:03:55 +00:00

[image] Use "puremagic" instead of "magic" python module (#7536)

This commit is contained in:
guillempages
2024-10-05 09:07:32 +02:00
committed by GitHub
parent 1cf4818640
commit 0a62106b7b
2 changed files with 5 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ click==8.1.7
esphome-dashboard==20240620.0
aioesphomeapi==24.6.2
zeroconf==0.132.2
python-magic==0.4.27
puremagic==1.27
ruamel.yaml==0.18.6 # dashboard_import
# esp-idf requires this, but doesn't bundle it by default