[project] name = "domna-fetchers" version = "0.1.0" description = "External API clients — gov EPC, Ofgem, Google Solar, Defra, etc." requires-python = ">=3.11" dependencies = [ "domna-domain", "httpx>=0.27", ] [tool.uv.sources] domna-domain = { workspace = true } [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/fetchers"]