[tool.poetry] name = "keant-ce-test-python-bt-helper" version = "0.1.0" description = "" authors = ["Yandrik "] license = "proprietary" readme = "README.md" packages = [{include = "keant_ce_test_python_bt_helper"}] [tool.poetry.dependencies] python = ">=3.8,<3.13" bleak = "^0.21.1" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"