Skip to content

Commit 48ea353

Browse files
committed
Add dev dependencies
1 parent 7284046 commit 48ea353

File tree

2 files changed

+81
-0
lines changed

2 files changed

+81
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ build-backend = "setuptools.build_meta"
1212
[project.scripts]
1313
mcp-proxy = "mcp_proxy.__main__:main"
1414

15+
[tool.uv]
16+
dev-dependencies = [
17+
"pytest>=8.3.3",
18+
"pytest-asyncio>=0.25.0",
19+
]
20+
1521
[tool.pytest.ini_options]
1622
pythonpath = "src"
1723
addopts = [

uv.lock

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

0 commit comments

Comments
 (0)