[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#969995: ITP: pip-check-reqs -- Find packages that should or should not be in requirements for a project



Package: wnpp
Severity: wishlist
Owner: Francois Marier <francois@debian.org>
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name    : pip-check-reqs
  Version         : 2.1.1
  Upstream Author : Richard Jones <r1chardj0n3s@gmail.com>
* URL             : https://github.com/r1chardj0n3s/pip-check-reqs
* License         : MIT
  Programming Lang: Python
  Description     : checker for missing and extra packages in Python requirements

It happens: you start using a module in your project and it works and you
don't realise that it's only being included in your virtualenv because it's
a dependency of a package you're using. pip-missing-reqs finds those modules
so you can include them in the requirements.txt for the project.
.
Alternatively, you have a long-running project that has some packages in
requirements.txt that are no longer actively used in the codebase. The
pip-extra-reqs tool will find those modules so you can remove them.


Reply to: