[project] name = "ww-config" version = "0.0.0" requires-python = ">=3.12" dependencies = ["pydantic>=2.7", "pydantic-settings>=2.3", "ww-shared"] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["ww_config"] [tool.uv.sources] ww-shared = { workspace = true }