Included toolkits as part of the linting process. Cleaned up any tools that needed to be updated because of this. This portion of the PR description was added via arcade chat!
17 lines
382 B
TOML
17 lines
382 B
TOML
[tool.poetry]
|
|
name = "arcade_x"
|
|
version = "0.1.0"
|
|
description = "LLM tools for interacting with X (Twitter)"
|
|
authors = ["Eric Gustin <eric@arcade-ai.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
arcade-ai = "^0.1.0"
|
|
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"
|