mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Add hook to install packages in hub environment
Required when installing additional authenticators or spawners
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user