mirror of
https://github.com/espressif/openthread.git
synced 2026-09-16 06:00:13 +00:00
Adds TCAT client implementation for BLE transport. Signed-off-by: Piotr Jasinski <[email protected]> Co-authored-by: Przemyslaw Bida <[email protected]>
17 lines
361 B
TOML
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]
|