From d2955d605aa72aa556d7e2035a3c96f12245f6f5 Mon Sep 17 00:00:00 2001 From: cyclop-bot <178948048+cyclop-bot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:28:39 -0500 Subject: [PATCH] docs: Add tiktoken to requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8feeb13..d76bbcd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,5 @@ GitPython==3.1.43 pytest pytest-cov google-genai -httpx==0.27.2 \ No newline at end of file +httpx==0.27.2 +tiktoken