diff --git a/certbot/setup.py b/certbot/setup.py index c15feece8..0f54179a3 100644 --- a/certbot/setup.py +++ b/certbot/setup.py @@ -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',