Add the jupyterhub-configurator service

This commit is contained in:
GeorgianaElena
2021-04-01 14:26:54 +03:00
parent 17162cb93b
commit 32e0f99c3c
6 changed files with 61 additions and 7 deletions

View File

@@ -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',
],
]
},
)