kopia lustrzana https://github.com/espressif/esp-idf
31 wiersze
758 B
Plaintext
31 wiersze
758 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
|
|
# importlib_metadata: is part of python3.8 and newer as importlib.metadata
|
|
importlib_metadata; python_version < "3.8"
|
|
click
|
|
pyserial
|
|
cryptography
|
|
pyparsing
|
|
pyelftools
|
|
idf-component-manager
|
|
esp-coredump
|
|
esptool
|
|
esp-idf-kconfig
|
|
esp-idf-monitor
|
|
esp-idf-nvs-partition-gen
|
|
esp-idf-size
|
|
esp-idf-panic-decoder
|
|
pyclang
|
|
construct
|
|
rich
|
|
psutil
|
|
|
|
# gdb extensions dependencies
|
|
freertos_gdb
|