Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 710 Bytes

README.rst

File metadata and controls

40 lines (22 loc) · 710 Bytes

Wrecking check

Check your [w]req(uirements).in

For use in conjunction with pip-tools.

Tries to find packages that are no longer top-level requirements.

Install

Install using pip:

$ pip install git+https://github.com/davidszotten/wrecking-check@master

Usage

Point at your requirements.in and top level directory:

$ wrecking-check requirements.in src/

foo
bar

Known limitations

Some libraries are required but not directly imported by your code, e.g. pytest plugins, web servers and django database drivers.

Warning

These are heuristics. Use carefully and at your own risk.