mirror of
https://github.com/esphome/esphome.git
synced 2026-03-27 02:31:54 +08:00
Some checks failed
CI / Create common environment (push) Has been cancelled
CI / Check pylint (push) Has been cancelled
CI / Run script/ci-custom (push) Has been cancelled
CI / Run pytest (macOS-latest, 3.11) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.11) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.12) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.13) (push) Has been cancelled
CI / Run pytest (windows-latest, 3.11) (push) Has been cancelled
CI / Determine which jobs to run (push) Has been cancelled
CI / Run integration tests (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / Run script/clang-tidy for ZEPHYR (push) Has been cancelled
CI / Component test ${{ matrix.file }} (push) Has been cancelled
CI / Split components for intelligent grouping (40 weighted per batch) (push) Has been cancelled
CI / Test components batch (${{ matrix.components }}) (push) Has been cancelled
CI / pre-commit.ci lite (push) Has been cancelled
CI / CI Status (push) Has been cancelled
CI for docker images / Build docker containers (docker, ubuntu-24.04) (push) Has been cancelled
CI for docker images / Build docker containers (docker, ubuntu-24.04-arm) (push) Has been cancelled
CI for docker images / Build docker containers (ha-addon, ubuntu-24.04) (push) Has been cancelled
CI for docker images / Build docker containers (ha-addon, ubuntu-24.04-arm) (push) Has been cancelled
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
35 lines
830 B
Plaintext
35 lines
830 B
Plaintext
cryptography==45.0.1
|
|
voluptuous==0.15.2
|
|
PyYAML==6.0.3
|
|
paho-mqtt==1.6.1
|
|
colorama==0.4.6
|
|
icmplib==3.0.4
|
|
tornado==6.5.2
|
|
tzlocal==5.3.1 # from time
|
|
tzdata>=2021.1 # from time
|
|
pyserial==3.5
|
|
platformio==6.1.18 # When updating platformio, also update /docker/Dockerfile
|
|
esptool==5.1.0
|
|
click==8.1.7
|
|
esphome-dashboard==20251009.0
|
|
aioesphomeapi==41.14.0
|
|
zeroconf==0.148.0
|
|
puremagic==1.30
|
|
ruamel.yaml==0.18.15 # dashboard_import
|
|
ruamel.yaml.clib==0.2.12 # dashboard_import
|
|
esphome-glyphsets==0.2.0
|
|
pillow==10.4.0
|
|
cairosvg==2.8.2
|
|
freetype-py==2.5.1
|
|
jinja2==3.1.6
|
|
|
|
# esp-idf requires this, but doesn't bundle it by default
|
|
# https://github.com/espressif/esp-idf/blob/220590d599e134d7a5e7f1e683cc4550349ffbf8/requirements.txt#L24
|
|
kconfiglib==13.7.1
|
|
|
|
# esp-idf >= 5.0 requires this
|
|
pyparsing >= 3.0
|
|
|
|
# For autocompletion
|
|
argcomplete>=2.0.0
|