diff --git a/pyproject.toml b/pyproject.toml index 2551e161..106aab5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,15 @@ authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }] license = { text = "MIT" } readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.12" -keywords = ["RAG", "lancedb", "vector-database", "ml", "mcp"] +keywords = [ + "RAG", + "lancedb", + "vector-database", + "ml", + "mcp", + "pydantic-ai", + "docling", +] classifiers = [ "Development Status :: 4 - Beta", "Environment :: Console", @@ -29,9 +37,7 @@ dependencies = [ haiku-rag = "haiku.rag.cli:cli" [project.optional-dependencies] -inspector = [ - "textual>=1.0.0", -] +inspector = ["textual>=1.0.0"] [build-system] requires = ["hatchling"]