We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e6537 commit 0f81ab3Copy full SHA for 0f81ab3
1 file changed
setup.py
@@ -55,6 +55,7 @@ def get_version(rel_path):
55
'openshift', # Apache Software License
56
'kubernetes', # Apache Software License
57
'kubeconfig', # BSD License
58
+ 'setuptools', # MIT License (required to install kubeconfig)
59
'jinja2', # BSD License
60
'jinja2-base64-filters', # MIT License
61
'semver', # BSD License
@@ -69,7 +70,6 @@ def get_version(rel_path):
69
70
'pytest', # MIT License
71
'pytest-mock', # MIT License
72
'requests-mock', # Apache Software License
- 'setuptools', # MIT License
73
],
74
'docs': [
75
'mkdocs', # BSD License
0 commit comments