Add requirement for google-genai package https://pypi.org/project/google-genai/ . Examples do not run without the package installed in the env.

This commit is contained in:
rossamurphy
2025-06-13 13:16:07 +01:00
parent cb3334757f
commit b97f1e43b1
+1
View File
@@ -15,6 +15,7 @@ pyautogui
toml
black
pytesseract
google-genai
# Platform-specific dependencies
pyobjc; platform_system == "Darwin"