Skip to content

Pipfile: Python Dependency Declaration Format

pipfile is an experimental replacement to pip’s requirements.txt file.

A pipfile is a TOML file containing a project’s dependencies, including optional dependencies like development and testing dependencies.

pipfile can also be used to specify the version of Python to use and other metadata.

pipfiles can be turned into lock files which are used to ensure that the same versions of packages are installed across different environments.

Learn More

Get Python tooling updates

Subscribe to the newsletter
Last updated on

Please submit corrections and feedback...