# 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
