Brain Dump

Python

pipenv

Updated at: 08 Mar 2019 14:58:07

Pipenv allows for deterministic builds in python project without gaining the responsibility of updating versions of sub-dependencies.

Pipenv has virtual environment management built in, allowed multiple projects to manage packages that have different versions.