poetry
Used to generate lockfiles for third-party Python dependencies.
Backend: pants.backend.docker
Config section: [poetry]
Used to generate lockfiles for third-party Python dependencies.
Backend: pants.backend.docker
Config section: [poetry]
None
extra_requirements--poetry-extra-requirements="['<str>', '<str>', ...]"PANTS_POETRY_EXTRA_REQUIREMENTS[poetry]
extra_requirements = [
'<str>',
'<str>',
...,
]
[]Any additional requirement strings to use with the tool. This is useful if the tool allows you to install plugins or if you need to constrain a dependency to a certain version.
interpreter_constraints--poetry-interpreter-constraints="['<str>', '<str>', ...]"PANTS_POETRY_INTERPRETER_CONSTRAINTS[poetry]
interpreter_constraints = [
'<str>',
'<str>',
...,
]
[ "CPython>=3.6" ]
Python interpreter constraints for this tool.
version--poetry-version=<str>PANTS_POETRY_VERSION[poetry]
version = <str>
poetry==1.1.8Requirement string for the tool.
None
None