Add hook to install packages in hub environment

Required when installing additional authenticators or
spawners
This commit is contained in:
yuvipanda
2019-05-31 16:52:51 -07:00
parent f7c472df5f
commit 77dc6a0e27
4 changed files with 33 additions and 8 deletions

View File

@@ -17,6 +17,11 @@ def tljh_extra_user_pip_packages():
'django',
]
@hookimpl
def tljh_extra_hub_pip_packages():
return [
'there',
]
@hookimpl
def tljh_extra_apt_packages():