Skip to content

Commit 906d445

Browse files
committed
build: Add requirements.txt to toolbox-adk
1 parent df469d1 commit 906d445

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

packages/toolbox-adk/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ classifiers = [
1818
]
1919
requires-python = ">=3.10"
2020
dependencies = [
21-
"toolbox-core>=0.1.0",
22-
"google-auth>=2.0.0,<3.0.0",
23-
"google-auth-oauthlib>=1.0.0,<2.0.0",
24-
"google-adk>=0.1.0",
21+
"toolbox-core>=0.5.4",
22+
"google-auth>=2.43.0,<3.0.0",
23+
"google-auth-oauthlib>=1.2.0,<2.0.0",
24+
"google-adk>=1.20.0",
2525
"typing-extensions>=4.0.0"
2626
]
2727

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-e ../toolbox-core
2+
google-auth==2.43.0
3+
google-auth-oauthlib==1.2.1
4+
google-adk==1.20.0
5+
typing-extensions==4.12.2

0 commit comments

Comments
 (0)