From b97f1e43b10e6121212803022f36b01d09443116 Mon Sep 17 00:00:00 2001 From: rossamurphy Date: Fri, 13 Jun 2025 13:16:07 +0100 Subject: [PATCH] Add requirement for google-genai package https://pypi.org/project/google-genai/ . Examples do not run without the package installed in the env. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 6a8d804..8d1dc9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,7 @@ pyautogui toml black pytesseract +google-genai # Platform-specific dependencies pyobjc; platform_system == "Darwin"