poetry
curl -sSL [<https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py>](<https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py>) | python -
pyproject.toml
inside projectpoetry init
poetry env use python3
pyproject.toml
poetry add <dependencies>
poetry run pytest