Skip to content
Open
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
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get_readme_content():
'ktd=kubetools.dev.__main__:main',
),
},
python_requires='>=3.6',
python_requires='>=3.8',
install_requires=(
'click>=7,<8',
'docker>=3,<5',
Expand All @@ -58,6 +58,7 @@ def get_readme_content():
# To support CronJob api versions 'batch/v1beta1' & 'batch/v1'
'kubernetes>=21.7.0,<25.0.0',
'tabulate<1',
'packaging',
),
extras_require={
'dev': (
Expand All @@ -77,8 +78,6 @@ def get_readme_content():
'License :: OSI Approved :: MIT License',
'Operating System :: POSIX',
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand Down
Loading