mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Add the jupyterhub-configurator service
This commit is contained in:
8
setup.py
8
setup.py
@@ -18,11 +18,15 @@ setup(
|
||||
'backoff',
|
||||
'requests',
|
||||
'bcrypt',
|
||||
'jupyterhub-traefik-proxy==0.2.*'
|
||||
'jupyterhub-traefik-proxy==0.2.*',
|
||||
'jupyterhub-configurator @ git+https://github.com/yuvipanda/jupyterhub-configurator@ecca97e016e9a939dd48c6c0e66c40e4e2951fa7',
|
||||
],
|
||||
entry_points={
|
||||
'jupyterhub_configurator': [
|
||||
'schema = tljh.schemas.tljh_configurator',
|
||||
],
|
||||
'console_scripts': [
|
||||
'tljh-config = tljh.config:main',
|
||||
],
|
||||
]
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user