Skip to content

Commit 1c72627

Browse files
update example deps to have debugpy in dev
1 parent 118d9f5 commit 1c72627

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/tutorials/10_agentic/10_temporal/000_hello_acp/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dev = [
1919
"black",
2020
"isort",
2121
"flake8",
22+
"debugpy>=1.8.15",
2223
]
2324

2425
[tool.hatch.build.targets.wheel]

examples/tutorials/10_agentic/10_temporal/020_state_machine/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dev = [
1919
"black",
2020
"isort",
2121
"flake8",
22+
"debugpy>=1.8.15",
2223
]
2324

2425
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)