logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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.

Name

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

Options

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

       -h,--help
              Show summary of options.

       -fIGNORE_FILES,--ignore-file=IGNORE_FILES
              File paths globs to ignore

       --requirements-file=PATH
              Path to the requirements file (defaults to "requirements.txt")

       -mIGNORE_MODS,--ignore-module=IGNORE_MODS
              Used module names (globs are ok) to ignore

       -d,--debug
              Be *really* verbose.

       -v,--verbose
              Be more verbose.

       --version
              Display version information.

See Also

pip-extra-reqs(1),

                                                September  9 2020                            PIP-MISSING-REQS(1)

Synopsis

pip-missing-reqs [options] filesordirectories

See Also