mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-01 10:36:36 +03:00
14 lines
426 B
Plaintext
14 lines
426 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>=0.3,<1
|
|
|
|
coverage
|
|
jsonschema
|
|
prettytable
|