From 0c251ac8071279bad9c59674d0cb43c07cb91b2d Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Tue, 25 Nov 2025 10:20:45 +0100 Subject: [PATCH] feat: only install bibapi catalogue dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5bbe282..d302dcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ - "bibapi>=0.0.5", + "bibapi[catalogue]>=0.0.6", "fastapi>=0.122.0", "uvicorn>=0.38.0", ]