Description
Python project dependencies can be checked for unused, missing, or only-transitive imports. It is useful for developers who want cleaner dependency lists and fewer packaging surprises.
This tool reports likely dependency issues from project metadata and imports. Review findings before editing requirements, because dynamic imports, optional extras, and test-only dependencies can require manual judgment.