Commit a02afd6
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
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
0 commit comments