mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-20 08:10:26 -06:00
Bumps hatchet-sdk from 1.21.5 to 1.21.6. --- updated-dependencies: - dependency-name: hatchet-sdk dependency-version: 1.21.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21 lines
440 B
TOML
21 lines
440 B
TOML
[tool.poetry]
|
|
name = "hatchet-python-quickstart"
|
|
version = "0.1.0"
|
|
description = "Simple Setup to Run Hatchet Workflows"
|
|
authors = ["gabriel ruttner <gabe@hatchet.run>"]
|
|
readme = "README.md"
|
|
package-mode = false
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
hatchet-sdk = "1.21.6"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry.scripts]
|
|
simple = "src.run:main"
|
|
worker = "src.worker:main"
|