From b8aea2433f3a524a58858b9979352801ff2da7b0 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Thu, 18 Dec 2025 21:27:10 -0600 Subject: [PATCH] registry: add vfox backend for pipenv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- registry.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/registry.toml b/registry.toml index 55134b10f4..c778c9fa94 100644 --- a/registry.toml +++ b/registry.toml @@ -3423,7 +3423,8 @@ backends = ["asdf:mise-plugins/mise-pipelight"] description = "Tiny automation pipelines. Bring CI/CD to the smallest projects. Self-hosted, Lightweight, CLI only" [tools.pipenv] -backends = ["pipx:pipenv"] +backends = ["vfox:mise-plugins/vfox-pipenv", "pipx:pipenv"] +depends = ["python"] description = "Python Development Workflow for Humans" test = ["pipenv --version", "pipenv, version {{version}}"]