Commit ab96666
setup.py: remove unnecessary setuptools (runtime) dependency
setuptools should only be necessary for building package, but not for using it
It was introduced ~9 years ago in this commit be47be5
, likely for `pkg_resources`, but pyinfra migrated off it since due to deprecation1 parent a55286a commit ab96666
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
60 | | - | |
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
| |||
0 commit comments