How to enforce a minimum python poetry version

天涯浪子 提交于 2021-01-04 05:33:52

问题


I am using python-poetry to manage dependencies in a python project. I want to enforce a minimum poetry version to avoid unnecessary changes in poetry.lock file in version control.

I tried updating it in build-systems section of pyproject.toml file but it works with lower versions as well.

Is there a way by which I can enforce minimum poetry version in a project?

来源:https://stackoverflow.com/questions/64003868/how-to-enforce-a-minimum-python-poetry-version

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!