mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
24 lines
437 B
Plaintext
24 lines
437 B
Plaintext
|
# Python package requirements for ESP-IDF. These are the so called core features which are installed in all systems.
|
||
|
|
||
|
setuptools
|
||
|
click
|
||
|
pyserial
|
||
|
future
|
||
|
cryptography
|
||
|
pyparsing
|
||
|
pyelftools
|
||
|
idf-component-manager
|
||
|
|
||
|
# esptool dependencies (see components/esptool_py/esptool/setup.py)
|
||
|
reedsolo
|
||
|
bitstring
|
||
|
ecdsa
|
||
|
|
||
|
# espcoredump dependencies
|
||
|
construct
|
||
|
pygdbmi
|
||
|
|
||
|
# kconfig and menuconfig dependencies
|
||
|
kconfiglib
|
||
|
windows-curses; sys_platform == 'win32'
|