Skip to content

Commit b6fd204

Browse files
committed
Add setuptools to tests extras
Add setuptools>=82.0.0 to the 'tests' extra in pyproject.toml and update the lockfile accordingly. This is necessary, since the "fs" package requires `pk_resources` which ships with setuptools
1 parent e9000c0 commit b6fd204

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ tests = [
3434
"wheel>=0.43.0,<0.44.0",
3535
"pre-commit==3.5.0",
3636
"ruff>=0.4.4,<0.5.0",
37+
"setuptools>=82.0.0",
3738
]
3839
mcp = [
3940
"fastmcp>=2.14.5",

uv.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)