diff --git a/examples/HITL/simple_calculator_hitl/pyproject.toml b/examples/HITL/simple_calculator_hitl/pyproject.toml index 054dafa50..746b7a467 100644 --- a/examples/HITL/simple_calculator_hitl/pyproject.toml +++ b/examples/HITL/simple_calculator_hitl/pyproject.toml @@ -21,6 +21,7 @@ classifiers = ["Programming Language :: Python"] [tool.uv.sources] nvidia-nat = { path = "../../..", editable = true } nat_simple_calculator = { path = "../../getting_started/simple_calculator", editable = true } +nat_por_to_jiratickets = { path = "../por_to_jiratickets", editable = true } [project.entry-points.'nat.components'] nat_simple_calculator_hitl = "nat_simple_calculator_hitl.register"