Scroll to navigation

PIP-MISSING-REQS(1) General Commands Manual PIP-MISSING-REQS(1)

NAME

pip-missing-reqs - find packages that should not be in requirements

SYNOPSIS

pip-missing-reqs [options] files or directories

DESCRIPTION

This manual page documents briefly the pip-missing-reqs command.

pip-missing-reqs is a program that looks for missing and necessary dependencies in a project's requirements.txt.

OPTIONS

These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.

Show summary of options.
File paths globs to ignore
Path to the requirements file (defaults to "requirements.txt")
Used module names (globs are ok) to ignore
Be *really* verbose.
Be more verbose.
Display version information.

SEE ALSO

pip-extra-reqs(1),

September 9 2020