From b26467a8ebccf55be76a84bcc1e9adc3de8c4daf Mon Sep 17 00:00:00 2001 From: Safi Date: Mon, 4 May 2026 17:51:46 +0100 Subject: [PATCH] Add datasketch and rapidfuzz as base dependencies --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) 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",