Skip to content

Commit d4c03cf

Browse files
committed
CH-109 Fix jupyterhub python dependency
1 parent ec25adb commit d4c03cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • applications/jupyterhub/src/harness_jupyter

applications/jupyterhub/src/harness_jupyter/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
REQUIREMENTS = [
44
'jupyterhub-kubespawner',
5+
'kubernetes==20.13.0'
56
]
67

78
setup(

0 commit comments

Comments
 (0)