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

* Package name    : pip-check-reqs
  Version         : 2.1.1
  Upstream Author : Richard Jones <r1chardj0...@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 via email to