package manager
pipenv
Pipenv uses Pipfile and Pipfile.lock to separate abstract dependency declarations from the last tested combination.
poetry
Poetry manages project configurations on the customer sections of python standard project configuration file pyproject.toml.