From c0a3fe1b32ce971beb1552aa6668efebf3360bab Mon Sep 17 00:00:00 2001 From: Douglass <63516629+Ds894@users.noreply.github.com> Date: Mon, 4 Aug 2025 14:16:03 -0700 Subject: [PATCH] Added a new pyenv plugin to the "Community Contributed" list. --- Plugins.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index c892371..a9ee0c7 100644 --- a/Plugins.md +++ b/Plugins.md @@ -35,4 +35,5 @@ These are not maintained or tested by the `pyenv` team, so use at your own risk! * [link](https://github.com/real-yfprojects/pyenv-link) - Allows you to use arbitrary venvs with pyenv by linking them into your pyenv root. * [virtualenv-migrate](https://github.com/ashwinvis/pyenv-virtualenv-migrate) - Combines the functionalities of pyenv's [virtualenv] and [pip-migrate] plugins to migrate virtualenvs en masse. * [pyenv-uninstall-global](https://github.com/ramonvermeulen/pyenv-uninstall-global) - Will remove the `$(pyenv root)/version` file when uninstalling the globally selected pyenv version via `pyenv uninstall` -* [pyenv-nix-install](https://github.com/sirno/pyenv-nix-install) – For nix users: Install python version into the nix store \ No newline at end of file +* [pyenv-nix-install](https://github.com/sirno/pyenv-nix-install) – For nix users: Install python version into the nix store +* [pyenv-depends](https://codeberg.org/Pusher2531/pyenv-depends-plugin) - Reads pyproject.toml file to populate `pyenv virtualenv` environment with selected project, optional, or dependency group dependencies. \ No newline at end of file