Skip to content

Commit b8aea24

Browse files
jdxclaude
andcommitted
registry: add vfox backend for pipenv
Add vfox:mise-plugins/vfox-pipenv as the primary backend for pipenv, with pipx:pipenv as a fallback. Also adds python dependency. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 1fffba6 commit b8aea24

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

registry.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3423,7 +3423,8 @@ backends = ["asdf:mise-plugins/mise-pipelight"]
34233423
description = "Tiny automation pipelines. Bring CI/CD to the smallest projects. Self-hosted, Lightweight, CLI only"
34243424

34253425
[tools.pipenv]
3426-
backends = ["pipx:pipenv"]
3426+
backends = ["vfox:mise-plugins/vfox-pipenv", "pipx:pipenv"]
3427+
depends = ["python"]
34273428
description = "Python Development Workflow for Humans"
34283429
test = ["pipenv --version", "pipenv, version {{version}}"]
34293430

0 commit comments

Comments
 (0)