Skip to content

davidszotten/wrecking-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Check your [w]req(uirements).in

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages