Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在本教程的python 打包教程中,建议使用 setup.cfg 而不是 setup.py 来声明依赖项。然而,在“依赖图”下的 github 上,只有在 setup.py 或 pyproject.toml 下声明的依赖项才会被读取。这是否意味着不建议在 setup.cfg 中声明依赖项?
或者,如果建议我如何告诉dependabot 检查 setup.cfg 下的依赖关系?
不幸的是,它还不受支持,请参阅Github上的讨论,该问题仍然存在(该项目是开源的,正在等待开发人员贡献 - 该项目使用 Ruby)