Skip to content

Commit ab96666

Browse files
karlicossFizzadar
authored andcommitted
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 deprecation
1 parent a55286a commit ab96666

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"click>2",
2525
"jinja2>2,<4",
2626
"python-dateutil>2,<3",
27-
"setuptools",
2827
"pywinrm",
2928
"typeguard",
3029
"distro>=1.6,<2",
@@ -57,7 +56,6 @@
5756
"types-paramiko",
5857
"types-python-dateutil",
5958
"types-PyYAML",
60-
"types-setuptools",
6159
)
6260

6361
DOCS_REQUIRES = (

0 commit comments

Comments
 (0)