``` authors = ["Arcade AI <dev@arcade-ai.com>"] ``` vs ``` authors = ["Arcade AI <dev@arcade-ai.com"] ``` There is also now a ``make`` command for ``make install-toolkits``
23 lines
575 B
TOML
23 lines
575 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"
|