add minimum poetry version

This commit is contained in:
Brad Warren 2021-03-25 16:43:58 -07:00
parent e4d679f245
commit 59c0955659

View file

@ -79,7 +79,9 @@ dev_extras = [
'ipdb',
'mypy',
'PyGithub',
'poetry',
# 1.1.0+ is required for poetry to use the poetry-core library for the
# build system declared in tools/pinning/pyproject.toml.
'poetry>=1.1.0',
'pylint',
'pytest',
'pytest-cov',