arcade-mcp/toolkits/google/pyproject.toml
Nate Barbettini 799d376ae5
SDK: Generic OAuth 2.0 connector (#81)
- Implements https://app.clickup.com/t/86b1whxb3 on the SDK side
- - Corresponding Engine PR:
https://github.com/ArcadeAI/Engine/pull/113/files?w=1
- Updates existing toolkits with new syntax.
2024-10-03 16:40:02 -07:00

23 lines
574 B
TOML

[tool.poetry]
name = "arcade_google"
version = "0.1.0"
description = "Arcade tools for the entire google suite"
authors = ["Arcade AI <dev@arcade-ai.com"]
[tool.poetry.dependencies]
python = "^3.10"
arcade-ai = "0.1.*"
google-api-core = "2.19.1"
google-api-python-client = "2.137.0"
google-auth = "2.32.0"
google-auth-httplib2 = "0.2.0"
google-auth-oauthlib = "1.2.1"
googleapis-common-protos = "1.63.2"
beautifulsoup4 = "^4.10.0"
[tool.poetry.dev-dependencies]
pytest = "^8.3.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"