Skip to content

Commit f9b102f

Browse files
committed
update common deps
1 parent a1e6711 commit f9b102f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

servers/common/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ build-backend = "setuptools.build_meta"
1515
[tool.setuptools]
1616
packages = ["common"]
1717

18+
[tool.uv]
19+
dev-dependencies = [
20+
"pyright>=1.1.389",
21+
"pytest>=7.0.0",
22+
"pytest-asyncio>=0.20.3",
23+
"ruff>=0.11.5",
24+
]
25+

0 commit comments

Comments
 (0)