poetry

Python dependency management and packaging tool with lock files

brewmacoslinux
Try with needOr install directly
Source

About

Python package management tool

Commands

poetry

Examples

Initialize a new Python project with interactive setup$ poetry init
Install dependencies from pyproject.toml and lock file$ poetry install
Add a new package dependency to the project$ poetry add requests