Skip to content

Commit

Permalink
Add UniDep to metadata-hook plugins (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt authored Dec 14, 2023
1 parent ad04811 commit 3bc004c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/plugins/metadata-hook/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3bc004c

Please sign in to comment.