Summary
Add policyengine-uk as a dependency in pyproject.toml to enable UK tax calculations.
Implementation
- Add
policyengine-uk>=2.0.0 to the dependencies list in pyproject.toml
- Ensure compatibility with existing policyengine-us dependency
Acceptance Criteria
Part of #59
Summary
Add
policyengine-ukas a dependency inpyproject.tomlto enable UK tax calculations.Implementation
policyengine-uk>=2.0.0to the dependencies list inpyproject.tomlAcceptance Criteria
policyengine-ukis importable after installationPart of #59