Files
openthread/tools/tcat_ble_client/pyproject.toml
Piotr JasinskiandPrzemyslaw Bida 905a22e0c7 [tools] add tcat ble client (#9739)
Adds TCAT client implementation for BLE transport.

Signed-off-by: Piotr Jasinski <[email protected]>
Co-authored-by: Przemyslaw Bida <[email protected]>
2024-02-07 13:13:12 -08:00

17 lines
361 B
TOML

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "bbtc client"
version = "0.1.0"
description = "BBTC client for TCAT devices"
authors = ["Piotr Jasinski <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.7"
bleak = "^0.20.2"
pytest ="^7.1.2"
[tool.poetry.dev-dependencies]