esp-idf/tools/requirements/requirements.core.txt
2024-01-22 20:21:21 +08:00

27 lines
651 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
future
cryptography
pyparsing
pyelftools
idf-component-manager
esp-coredump
esptool
construct
# kconfig and menuconfig dependencies
kconfiglib
windows-curses; sys_platform == 'win32'
# gdb extensions dependencies
freertos_gdb
# littlefs-python has to be this specific version due to minimal Python version in IDF v5.0 and v5.1
littlefs-python == 0.9.3; python_version < "3.8"