Merge pull request #2014 from ofek/patch-1

Add Hatch
This commit is contained in:
Vinta Chen
2026-01-09 22:42:19 +08:00
committed by GitHub

View File

@@ -798,6 +798,7 @@ _Libraries for package and dependency management._
- [pip-tools](https://github.com/jazzband/pip-tools) - A set of tools to keep your pinned Python dependencies fresh.
- [PyPI](https://pypi.org/)
- [conda](https://github.com/conda/conda/) - Cross-platform, Python-agnostic binary package manager.
- [Hatch](https://github.com/pypa/hatch) - Modern, extensible Python project management.
- [poetry](https://github.com/sdispater/poetry) - Python dependency management and packaging made easy.
- [uv](https://github.com/astral-sh/uv) - An extremely fast Python package and project manager, written in Rust.