From 3bc004c940bd942b6cfb9a75d60a0f8167bfad27 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Wed, 13 Dec 2023 21:09:18 -0800 Subject: [PATCH] Add UniDep to metadata-hook plugins (#1143) --- docs/plugins/metadata-hook/reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins/metadata-hook/reference.md b/docs/plugins/metadata-hook/reference.md index d8e14c155..2136d4723 100644 --- a/docs/plugins/metadata-hook/reference.md +++ b/docs/plugins/metadata-hook/reference.md @@ -11,6 +11,7 @@ Metadata hooks allow for the modification of [project metadata](../../config/met - [hatch-nodejs-version](https://github.com/agoose77/hatch-nodejs-version) - uses fields from NodeJS `package.json` files - [hatch-odoo](https://github.com/acsone/hatch-odoo) - determine dependencies based on manifests of Odoo add-ons - [hatch-requirements-txt](https://github.com/repo-helper/hatch-requirements-txt) - read project dependencies from `requirements.txt` files +- [UniDep](https://github.com/basnijholt/unidep) - for unified `pip` and `conda` dependency management using a single `requirements.yaml` file for both ::: hatchling.metadata.plugin.interface.MetadataHookInterface options: