mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
23 lines
490 B
Plaintext
23 lines
490 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
|
|
|
|
# kconfig and menuconfig dependencies
|
|
kconfiglib
|
|
windows-curses; sys_platform == 'win32'
|
|
|
|
# gdb extensions dependencies
|
|
freertos_gdb
|