``` 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``
17 lines
378 B
TOML
17 lines
378 B
TOML
[tool.poetry]
|
|
name = "arcade_github"
|
|
version = "0.1.0"
|
|
description = "LLM tools for interacting with Github"
|
|
authors = ["Arcade AI <dev@arcade-ai.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
arcade-ai = "0.1.*"
|
|
httpx = "^0.27.2"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^8.3.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|