feat: add requirements.ttfw.txt

pull/9485/head
Fu Hanxi 2022-07-29 17:48:29 +08:00
rodzic 01baaf33ed
commit d0a2849b02
7 zmienionych plików z 41 dodań i 16 usunięć

Wyświetl plik

@ -1,3 +0,0 @@
future
dbus-python
pygobject

Wyświetl plik

@ -1,4 +0,0 @@
pyserial
pyyaml
junit_xml
netifaces

Wyświetl plik

@ -1,4 +0,0 @@
-r ../tiny_test_fw/requirements.txt
pexpect
python-gitlab
pygdbmi>=0.9.0.0

Wyświetl plik

@ -1,4 +0,0 @@
bleak
future
cryptography
protobuf

Wyświetl plik

@ -19,6 +19,12 @@
"optional": true,
"requirement_path": "tools/requirements/requirements.pytest.txt"
},
{
"name": "ttfw",
"description": "Packages for CI with ttfw",
"optional": true,
"requirement_path": "tools/requirements/requirements.ttfw.txt"
},
{
"name": "ci",
"description": "Packages for ESP-IDF CI scripts",

Wyświetl plik

@ -0,0 +1,35 @@
# 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 != 'win32'
pygobject; sys_platform != 'win32'
# iperf_test_util
pyecharts
# esp_prov
bleak
# future # addressed before under ble
protobuf
# tools/test_apps/system/monitor_ide_integration
SimpleWebSocketServer
# py_debug_backend
debug_backend