Files
vercel__workflow/workbench/python/pyproject.toml
Fantix King 144b6d7601 [e2e] Expand Python conformance coverage (#3495)
Also fixes the issue that specVersion 7 broke Python e2e test.
2026-09-02 15:27:13 -04:00

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"