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", ]