mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-02 06:39:57 -06:00
* api changes * doc changes * move docs * generated * generate * pkg * backmerge main * revert to main * revert main * race? * remove go tests
21 lines
441 B
TOML
21 lines
441 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.0.0a1"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry.scripts]
|
|
simple = "src.run:main"
|
|
worker = "src.worker:main"
|