Skip to content

Commit ce24b6e

Browse files
committed
use workers-py from git
1 parent 04a6c1f commit ce24b6e

File tree

2 files changed

+101
-10
lines changed

2 files changed

+101
-10
lines changed

pyproject.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ requires-python = "==3.12.*"
55
dependencies = ["mcp", "structlog"]
66

77
[dependency-groups]
8-
dev = ["workers-py", "pytest", "requests", "pytest-asyncio", "ruff"]
9-
10-
# [tool.uv.sources]
11-
# workers-py = { path = "../workers-py" }
8+
dev = [
9+
"workers-py@git+https://github.com/cloudflare/workers-py",
10+
"pytest",
11+
"requests",
12+
"pytest-asyncio",
13+
"ruff",
14+
]
1215

1316
[tool.ruff]
1417
target-version = "py312"

uv.lock

Lines changed: 94 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)