add toml to deps for release script

This commit is contained in:
Taylor Wilsdon
2025-06-14 12:53:41 -04:00
parent cad204059b
commit 7c79aed64c
2 changed files with 12 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ dependencies = [
"google-auth-httplib2>=0.2.0",
"google-auth-oauthlib>=1.2.2",
"httpx>=0.28.1",
"toml",
]
classifiers = [