# Usage In your `pyproject.toml` add the following code: ```toml dependencies = [ "librarian-core", "...other dependencies" ] [tool.uv.sources] librarian-core = { git = "https://github.com/DotNaos/librarian-core", rev = "dev" } ```