feat: only install bibapi catalogue dependencies

This commit is contained in:
2025-11-25 10:20:45 +01:00
parent 36f5dd14b5
commit 0c251ac807

View File

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