pipfile

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

Last updated on

Please submit corrections and feedback...