pyproject.toml (365B)
1 [project] 2 name = "ha-inlite" 3 version = "0.2.0" 4 description = "Home Assistant custom integration for in-lite outdoor lighting" 5 requires-python = ">=3.12" 6 license = "MIT" 7 8 [tool.pytest.ini_options] 9 testpaths = ["tests"] 10 pythonpath = ["custom_components/inlite/lib"] 11 12 [dependency-groups] 13 dev = [ 14 "bleak>=3.0.2", 15 "pycryptodomex>=3.23.0", 16 "pytest>=9.1.1", 17 ]