Tool recommendations (Python Packaging User Guide)
Application dependency management
Use Pipenv to manage library dependencies when developing Python applications.
依存管理はpipenvが最初にオススメされる(2022/01時点)
pipenvがユースケースを満たさない場合
pip
pip-tools
poetry
Installation tool recommendations
pip
virtualenv, or venv
Packaging tool recommendations (Python Packaging User Guide)