mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-28 19:34:59 +00:00
34 lines
721 B
Plaintext
34 lines
721 B
Plaintext
# Python package requirements for ESP-IDF. These are the so called core features which are installed in all systems.
|
|
#
|
|
# This file lists Python packages without version specifiers. Version details
|
|
# are stored in a separate constraints file. For more information, visit:
|
|
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/tools/idf-tools.html
|
|
|
|
setuptools
|
|
packaging
|
|
click
|
|
pyserial
|
|
cryptography
|
|
pyparsing
|
|
pyelftools
|
|
idf-component-manager>=2.2
|
|
esp-coredump
|
|
esptool
|
|
esp-idf-kconfig
|
|
esp-idf-monitor
|
|
esp-idf-nvs-partition-gen
|
|
esp-idf-size
|
|
esp-idf-diag
|
|
esp-idf-panic-decoder
|
|
pyclang
|
|
construct
|
|
rich
|
|
psutil
|
|
|
|
# ble's compressed log testing tool
|
|
tree_sitter
|
|
tree_sitter_c
|
|
|
|
# gdb extensions dependencies
|
|
freertos_gdb
|