Model/packages/fetchers/pyproject.toml
2026-05-15 10:56:53 +00:00

19 lines
412 B
TOML

[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"]