Skip to content

Commit 1345347

Browse files
committed
add test deps
1 parent 2060692 commit 1345347

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/toolbox-core/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ Repository = "https://github.com/googleapis/genai-toolbox-langchain-python.git"
3737
"Bug Tracker" = "https://github.com/googleapis/genai-toolbox-langchain-python/issues"
3838
Changelog = "https://github.com/googleapis/genai-toolbox-langchain-python/blob/main/packages/toolbox-core/CHANGELOG.md"
3939

40-
# TODO: Add test deps
4140
[project.optional-dependencies]
4241
test = [
42+
"black[jupyter]==25.1.0",
43+
"isort==6.0.1",
44+
"mypy==1.15.0",
4345
"pytest==8.3.5",
4446
]
45-
4647
[build-system]
4748
requires = ["setuptools"]
4849
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)