Skip to content

Check pip packages match requirements.txt #25

@vidya381

Description

@vidya381

Knowing the venv exists is good but not enough. Packages inside might be outdated or missing. When a Python project is detected and a venv exists, check if installed packages match requirements.txt.

Run pip check inside the venv or compare pip freeze output against requirements.txt. Fail if there are missing or incompatible packages.

Add to internal/check/deps.go or a separate internal/check/pipdeps.go.

Metadata

Metadata

Assignees

No one assigned

    Labels

    checkerAdding a new checkhelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions