mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Merge branch 'main' into conda-channels
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
Simplest plugin that exercises all the hooks defined in tljh/hooks.py.
|
||||
"""
|
||||
|
||||
from tljh.hooks import hookimpl
|
||||
|
||||
|
||||
@@ -16,7 +17,7 @@ def tljh_extra_user_conda_channels():
|
||||
|
||||
@hookimpl
|
||||
def tljh_extra_user_pip_packages():
|
||||
return ["django"]
|
||||
return ["simplejson"]
|
||||
|
||||
|
||||
@hookimpl
|
||||
|
||||
Reference in New Issue
Block a user