mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
144b6d7601
Also fixes the issue that specVersion 7 broke Python e2e test.
19 lines
455 B
TOML
19 lines
455 B
TOML
[project]
|
|
name = "workflow-example-python"
|
|
version = "0.0.0"
|
|
description = "Python conformance target for the @workflow/core e2e suite"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"vercel-workflow",
|
|
"uvicorn>=0.30",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
vercel-workflow = { git = "https://github.com/vercel/vercel-py", branch = "main", subdirectory = "src/vercel-workflow" }
|
|
|
|
[tool.vercel]
|
|
entrypoint = "app:app"
|
|
|
|
[[tool.vercel.workflows]]
|
|
entrypoint = "app:registry"
|