mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
add minimum poetry version
This commit is contained in:
parent
e4d679f245
commit
59c0955659
1 changed files with 3 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue