Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading