Fix missing dependency in Dropbox toolkit pyproject (#346)
This commit is contained in:
parent
6af49ef068
commit
ae5ceed016
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue