Files
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

13 lines
235 B
JSON

{
"name": "@workflow/example-python",
"private": true,
"version": "0.0.0",
"license": "Apache-2.0",
"scripts": {
"dev": "uv run uvicorn app:app --port 3000"
},
"devDependencies": {
"workflow": "workspace:*"
}
}