esp-idf/tools/requirements/requirements.core.txt
Roland Dobai fc95a892ab fix(tools): Fix fatfsgen construct exception type and dependency
construct=2.10.70 fixed an issue
(c3866e9492)
and StringError is raised instead of UnicodeDecodeError.
2023-12-04 17:21:10 +01:00

24 lines
478 B
Plaintext

# Python package requirements for ESP-IDF. These are the so called core features which are installed in all systems.
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-size
esp-idf-panic-decoder
pyclang
construct
# gdb extensions dependencies
freertos_gdb