Pipfile Official
: When combined with Pipfile.lock , you get "golden" environment definitions that ensure every developer on your team is using the exact same versions of every sub-dependency.
A Pipfile consists of two main sections: [requires] and [packages] . Pipfile