2023-05-18 23:42:53 +02:00
|
|
|
# When tljh.installer runs, the hub' environment as typically found in
|
|
|
|
|
# /opt/tljh/hub, is upgraded to use these packages.
|
|
|
|
|
#
|
|
|
|
|
# When a new release is made, the lower bounds should be incremented to the
|
|
|
|
|
# latest release to help us narrow the versions based on knowing what tljh
|
|
|
|
|
# version is installed from inspecting this file.
|
|
|
|
|
#
|
|
|
|
|
# If a dependency is bumped to a new major version, we should make a major
|
|
|
|
|
# version release of tljh.
|
|
|
|
|
#
|
2024-10-20 10:32:17 +02:00
|
|
|
jupyterhub>=5.2.0,<6
|
2024-10-20 11:30:32 +02:00
|
|
|
jupyterhub-systemdspawner>=1.0.2,<2
|
2024-09-18 11:20:34 +02:00
|
|
|
jupyterhub-firstuseauthenticator>=1.1.0,<2
|
|
|
|
|
jupyterhub-nativeauthenticator>=1.3.0,<2
|
2024-10-02 17:51:00 +02:00
|
|
|
jupyterhub-ldapauthenticator>=2.0.0,<3
|
2023-05-22 16:09:54 +02:00
|
|
|
jupyterhub-tmpauthenticator>=1.0.0,<2
|
2024-10-02 17:51:00 +02:00
|
|
|
oauthenticator>=17.1.0,<18
|
2024-09-18 11:20:34 +02:00
|
|
|
jupyterhub-idle-culler>=1.4.0,<2
|
2023-05-18 23:42:53 +02:00
|
|
|
|
|
|
|
|
# pycurl is installed to improve reliability and performance for when JupyterHub
|
|
|
|
|
# makes web requests. JupyterHub will use tornado's CurlAsyncHTTPClient when
|
|
|
|
|
# making requests over tornado's SimpleHTTPClient automatically if pycurl is
|
|
|
|
|
# installed.
|
|
|
|
|
#
|
|
|
|
|
# ref: https://www.tornadoweb.org/en/stable/httpclient.html#module-tornado.simple_httpclient
|
|
|
|
|
# ref: https://github.com/jupyterhub/the-littlest-jupyterhub/issues/289
|
|
|
|
|
#
|
2025-10-07 12:27:18 -04:00
|
|
|
pycurl>=7.45.7,<8
|