Dependencies Guide
We use uv to manage dependencies. Please check the sections below for instructions on adding or removing dependencies.
Add a new dependency
$ uv add <library>
Official documentation: https://docs.astral.sh/uv/concepts/projects/dependencies/#adding-dependencies
Remove a dependency
$ uv remove <library>
Official documentation: https://docs.astral.sh/uv/concepts/projects/dependencies/#removing-dependencies
More
Please, check the uv's Official Documentation for more information