ipython / ipython/ipykernel

Remove debugpy as dependency?

未关闭
#1,136 6 条评论 2 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
734
派生
412
平均合并
1 天 5 小时
30 天内合并 PR
8

描述

debugpy is quite a heavy dependency, before it was a build dependency, but now it's standard:

It shows up as 28MB on disk
```
28M /Users/maartenbreddels/venvs/solara-size1/lib/python3.9/site-packages/debugpy
```

On pypi https://pypi.org/project/debugpy/#files it's ~5mb.

I'm not sure everyone needs a debugger, and in times of pyodide/pyscript, size matters :)

I think the code is already prepared for it (try block around the import).

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。