Dependency Management

Python dependency and environment management for multi-service or monorepo python backends. Use when: (1) adding, upgrading, or removing a Python package, (2) responding to Dependabot or security vulnerability alerts (GHSA/CVE), (3) creating a new service that needs its own requirements files, (4) debugging pip install failures or Docker build issues related to dependencies, (5) reviewing or auditing the dependency tree, (6) running pip-compile. Enforces the pip-compile locked-file workflow and tiered dependency hierarchy.

richfrem Updated

File contents

richfrem/project_sanctuary/tree/main/.agents/skills/dependency-management commit 7dd577562b

Frequently asked questions

npx skillmds@latest add richfrem/dependency-management-2