Description
Manages Python application dependencies through Pipfile and virtual environments. It helps developers install packages, lock dependency versions, and run project commands inside an isolated environment.
Dependency resolution and installation can download and build code. Review Pipfile.lock changes, use trusted package sources, and confirm the active environment before running commands.