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