Skip to content

Commit

Permalink
re-un-pin kubernetes
Browse files Browse the repository at this point in the history
packages should never strictly pin dependencies,
that is the responsibility of deployments
  • Loading branch information
minrk committed Feb 6, 2019
1 parent eb63e1f commit e84c1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@
install_requires=[
'jupyterhub>=0.8',
'pyYAML',
'kubernetes==8.0.*',
'kubernetes>=7.0',
'escapism',
'jinja2',
'async_generator>=1.8',
Expand Down

0 comments on commit e84c1b9

Please sign in to comment.