kopia lustrzana https://github.com/espressif/esp-idf
30 wiersze
466 B
Plaintext
30 wiersze
466 B
Plaintext
# Python package requirements for CI in ESP-IDF.
|
|
# This feature can be enabled by running "install.{sh,bat,ps1,fish} --enable-ttfw"
|
|
|
|
# build
|
|
idf-build-apps
|
|
|
|
# ttfw
|
|
pyserial
|
|
pyyaml
|
|
junit_xml
|
|
netifaces
|
|
|
|
# ttfw-idf
|
|
pexpect
|
|
python-gitlab
|
|
pygdbmi
|
|
|
|
# ble
|
|
future
|
|
dbus-python; sys_platform == 'linux'
|
|
pygobject; sys_platform != 'win32'
|
|
|
|
# esp_prov
|
|
bleak
|
|
# future # addressed before under ble
|
|
protobuf
|
|
|
|
# tools/test_apps/system/monitor_ide_integration
|
|
SimpleWebSocketServer
|