esp-idf/tools/requirements/requirements.ttfw.txt
Chen Yudong 2ffc5ac6e6 change(esp_prov): remove future usage
drop python2 support for esp_prov
2023-07-19 21:05:06 +08:00

28 lines
420 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
dbus-python; sys_platform == 'linux'
pygobject; sys_platform != 'win32'
# esp_prov
bleak
protobuf
# tools/test_apps/system/monitor_ide_integration
SimpleWebSocketServer