esp-idf/tools/requirements/requirements.core.txt
Roland Dobai ccc75dd2da 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-06 08:50:01 +00:00

23 lines
470 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
construct
# gdb extensions dependencies
freertos_gdb