mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-02-20 07:09:13 -06:00
* (wip) python SDK * feat: python client, initial version finished * fix: add curl to migration dockerfile * add insecure option for grpc * create docs and publishing workflow * delete old hatchet folder
20 lines
386 B
TOML
20 lines
386 B
TOML
[tool.poetry]
|
|
name = "hatchet-sdk"
|
|
version = "0.3.0"
|
|
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"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|