arcade-mcp/toolkits/slack/pyproject.toml
Nate Barbettini acba912816
Start Slack toolkit (#17)
- Start a Slack toolkit with a few tools
- Update Google auth
- Show user's email in `arcade chat`
2024-08-22 16:12:42 -07:00

17 lines
372 B
TOML

[tool.poetry]
name = "arcade_slack"
version = "0.1.0"
description = "Slack tools for LLMs"
authors = ["Nate Barbettini <nate@arcade-ai.com>"]
[tool.poetry.dependencies]
python = "^3.10"
arcade-ai = "^0.1.0"
slack-sdk = "^3.31.0"
[tool.poetry.dev-dependencies]
pytest = "^7.4.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"