2021-09-16 16:48:03 +02:00
|
|
|
# Python package requirements for ESP-IDF. These are the so called core features which are installed in all systems.
|
2024-09-10 12:29:44 +02:00
|
|
|
#
|
|
|
|
# This file lists Python packages without version specifiers. Version details
|
|
|
|
# are stored in a separate constraints file. For more information, visit:
|
|
|
|
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/tools/idf-tools.html
|
2021-09-16 16:48:03 +02:00
|
|
|
|
|
|
|
setuptools
|
2023-06-27 16:07:23 +02:00
|
|
|
packaging
|
|
|
|
# importlib_metadata: is part of python3.8 and newer as importlib.metadata
|
|
|
|
importlib_metadata; python_version < "3.8"
|
2021-09-16 16:48:03 +02:00
|
|
|
click
|
|
|
|
pyserial
|
|
|
|
cryptography
|
|
|
|
pyparsing
|
|
|
|
pyelftools
|
|
|
|
idf-component-manager
|
2022-02-17 15:27:34 +08:00
|
|
|
esp-coredump
|
2022-04-08 16:26:36 +02:00
|
|
|
esptool
|
2022-09-28 17:59:32 +02:00
|
|
|
esp-idf-kconfig
|
2023-01-16 13:44:37 +01:00
|
|
|
esp-idf-monitor
|
2023-11-01 16:27:24 +01:00
|
|
|
esp-idf-nvs-partition-gen
|
2023-03-27 19:40:33 +02:00
|
|
|
esp-idf-size
|
2023-08-09 13:15:18 +02:00
|
|
|
esp-idf-panic-decoder
|
2023-09-21 16:32:39 +02:00
|
|
|
pyclang
|
2023-12-04 08:59:41 +01:00
|
|
|
construct
|
2023-11-08 16:56:19 +01:00
|
|
|
rich
|
|
|
|
psutil
|
2022-03-23 21:18:02 +04:00
|
|
|
|
|
|
|
# gdb extensions dependencies
|
|
|
|
freertos_gdb
|