Skip to content

Commit a02afd6

Browse files
fix: Remove unused runtime dependencies (setuptools, urllib3)
- setuptools: Not needed. Codebase uses importlib.metadata.entry_points (standard library since Python 3.8) for plugin discovery, not pkg_resources. - urllib3: Not needed. Only urllib.parse (standard library) is used. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3a1c2db commit a02afd6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ dependencies = [
1919
"fsspec>=2023.1.0",
2020
"matplotlib",
2121
"faker",
22-
"urllib3",
23-
"setuptools",
2422
"pydantic-settings>=2.0.0",
2523
]
2624

0 commit comments

Comments
 (0)