DOKK / manpages / debian 12 / pip-check-reqs / pip-extra-reqs.1.en
PIP-EXTRA-REQS(1) General Commands Manual PIP-EXTRA-REQS(1)

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

pip-extra-reqs [options] files or directories

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

pip-extra-reqs is a program that looks for extra unnecessary dependencies in a project's requirements.txt.

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
Reqs in requirements.txt to ignore
Skip requirements that have incompatible environment
Be *really* verbose.
Be more verbose.
Display version information.

pip-missing-reqs(1),

September 9 2020