mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
19 lines
412 B
TOML
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"]
|