From c6ff33c6abd68956512b901eea36e5472cb1a793 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Wed, 14 May 2025 19:14:12 +0800 Subject: [PATCH] chore: add google ai deps --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d513723..e6704778 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,10 @@ dependencies = [ "python-socks>=2.7.1", # dingtalk missing dependency "taskgroup==0.0.0a4", # graingert/taskgroup#20 "pip>=25.1.1", # pkg.core.bootutils.deps + "google-genai>=1.15.0", + "google-generativeai>=0.8.5", + "ruff>=0.11.9", + "pre-commit>=4.2.0", ] keywords = [ "bot", @@ -176,4 +180,4 @@ indent-style = "space" skip-magic-trailing-comma = false # Like Black, automatically detect the appropriate line ending. -line-ending = "auto" \ No newline at end of file +line-ending = "auto"