资讯

requirements.txt 非常有用,但他只针对于我们项目的开发和发布(例如线上部署等)。 如果你想将你代码发布到 PyPI 供其他人使用,那么需要的不仅仅 ...
If you want to take an existing pyproject.toml or requirements.in file and generate a locked dependency set as requirement.txt, use: ...