Skip to content

Commit 8ce8c4d

Browse files
committed
debugpy is a build requirement
to get the right debugger metadata in the wheel kernelspec
1 parent 339d13c commit 8ce8c4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ build-backend = "setuptools.build_meta"
33
requires=[
44
"setuptools",
55
"wheel",
6+
"debugpy",
67
"ipython>=5",
78
"jupyter_core>=4.2",
89
"jupyter_client",

0 commit comments

Comments
 (0)