honcho/sdk/pyproject.toml

21 lines
454 B
TOML

[tool.poetry]
name = "honcho-ai"
version = "0.0.2"
description = "Python Client SDK for Honcho"
authors = ["Plastic Labs <hello@plasticlabs.ai>"]
license = "AGPL-3.0"
readme = "README.md"
packages = [{include = "honcho"}]
[tool.poetry.dependencies]
python = "^3.10"
httpx = "^0.26.0"
[tool.poetry.group.test.dependencies]
pytest = "^7.4.4"
pytest-asyncio = "^0.23.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"