mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 11:03:11 +00:00
14 lines
418 B
Plaintext
14 lines
418 B
Plaintext
# Python package requirements for CI in ESP-IDF.
|
|
# This feature can be enabled by running "install.{sh,bat,ps1,fish} --enable-ci"
|
|
#
|
|
# 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
|
|
|
|
# ci
|
|
idf-ci
|
|
|
|
coverage
|
|
jsonschema
|
|
prettytable
|