Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def get_version(rel_path):
'openshift', # Apache Software License
'kubernetes', # Apache Software License
'kubeconfig', # BSD License
'setuptools', # MIT License (required to install kubeconfig)
'jinja2', # BSD License
'jinja2-base64-filters', # MIT License
'semver', # BSD License
Expand All @@ -69,7 +70,6 @@ def get_version(rel_path):
'pytest', # MIT License
'pytest-mock', # MIT License
'requests-mock', # Apache Software License
'setuptools', # MIT License
],
'docs': [
'mkdocs', # BSD License
Expand Down
Loading