| [build-system] | |
| requires = ["poetry-core>=1.0.0"] | |
| build-backend = "poetry.core.masonry.api" | |
| [tool.poetry] | |
| name = "tcat-ble-client" | |
| version = "0.3.0" | |
| description = "TCAT Commissioner (BBTC) test client to configure TCAT devices" | |
| authors = ["Piotr Jasinski <piotr.jasinski@nordicsemi.no>", "Esko Dijk <esko.dijk@iotconsultancy.nl>"] | |
| package-mode = false | |
| [tool.poetry.dependencies] | |
| python = "^3.10" | |
| bleak = "^1.0" | |
| pytest ="^8.4" | |
| cryptography = "^46.0" | |
| pyreadline3 = { version = "^3.5", platform = "win32" } |