diff --git a/pyproject.toml b/pyproject.toml index e127105e..968d681e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,8 @@ keywords = ["claude", "claude-code", "codex", "opencode", "cursor", "gemini", "a requires-python = ">=3.10" dependencies = [ "networkx", + "datasketch", + "rapidfuzz", "tree-sitter>=0.23.0", "tree-sitter-python", "tree-sitter-javascript",