chore: add google ai deps

This commit is contained in:
Junyan Qin
2025-05-14 19:14:12 +08:00
parent 6c10cb7dca
commit c6ff33c6ab

View File

@@ -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"
line-ending = "auto"