Fix missing dependency in Dropbox toolkit pyproject (#346)

This commit is contained in:
Renato Byrro 2025-04-04 14:40:05 -03:00 committed by GitHub
parent 6af49ef068
commit ae5ceed016
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +1,13 @@
[tool.poetry]
name = "arcade_dropbox"
version = "0.1.0"
version = "0.1.1"
description = "Arcade tools designed for LLMs to interact with Dropbox"
authors = ["Arcade <dev@arcade.dev>"]
[tool.poetry.dependencies]
python = "^3.10"
arcade-ai = ">=1.0.5,<2.0"
dropbox = ">=12.0.0,<13.0"
httpx = "^0.27.2"
[tool.poetry.dev-dependencies]
pytest = "^8.3.0"