Files
hatchet/python-sdk/pyproject.toml
abelanger5 149fa7b15e docs: improvements, launch post (#183)
* docs: improvements, launch post

* fix: python sdk exception

* Update README.md

* add videos, remove gifs

* docs logo link should be homepage

* Update README.md

* copy edits and feedback
2024-02-22 14:56:51 -05:00

21 lines
405 B
TOML

[tool.poetry]
name = "hatchet-sdk"
version = "0.10.5"
description = ""
authors = ["Alexander Belanger <alexander@hatchet.run>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
grpcio = "^1.60.0"
python-dotenv = "^1.0.0"
protobuf = "^4.25.2"
pyyaml = "^6.0.1"
grpcio-tools = "^1.60.0"
loguru = "^0.7.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"