Skip to content

Commit 0f81ab3

Browse files
authored
[patch] Add setuptools to dependencies (#339)
1 parent d7e6537 commit 0f81ab3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def get_version(rel_path):
5555
'openshift', # Apache Software License
5656
'kubernetes', # Apache Software License
5757
'kubeconfig', # BSD License
58+
'setuptools', # MIT License (required to install kubeconfig)
5859
'jinja2', # BSD License
5960
'jinja2-base64-filters', # MIT License
6061
'semver', # BSD License
@@ -69,7 +70,6 @@ def get_version(rel_path):
6970
'pytest', # MIT License
7071
'pytest-mock', # MIT License
7172
'requests-mock', # Apache Software License
72-
'setuptools', # MIT License
7373
],
7474
'docs': [
7575
'mkdocs', # BSD License

0 commit comments

Comments
 (0)