this repo has no description
at main 22 lines 434 B view raw
1[project] 2name = "solux" 3description = "circadian lighting for philips hue" 4requires-python = ">=3.14" 5dynamic = ["version"] 6dependencies = [ 7 "astral>=3.2", 8 "phue2>=0.0.4", 9 "prefect>=3.6.10", 10 "pydantic-settings>=2.12.0", 11 "pyyaml>=6.0", 12] 13 14[project.scripts] 15solux = "solux.controller:main" 16 17[tool.hatch.version] 18source = "vcs" 19 20[build-system] 21requires = ["hatchling", "hatch-vcs"] 22build-backend = "hatchling.build"