user env: only upgrade jupyterhub in user env when upgrading tljh

This commit is contained in:
Erik Sundell
2023-05-13 22:25:20 +02:00
committed by Erik Sundell
parent 814c6daa40
commit a86e4ce153
4 changed files with 23 additions and 6 deletions

View File

@@ -0,0 +1,18 @@
# When tljh.installer runs, the users' environment as typically found in
# /opt/tljh/user, is installed with these packages.
#
# Whats listed here represents additional packages that the distributions
# installs initially, but doesn't upgrade as tljh is upgraded.
#
# WARNING: The order of these dependencies matters, this was observed when using
# the requirements-txt-fixer pre-commit hook that sorted them and made
# our integration tests fail.
#
notebook==6.*
jupyterlab==3.*
# nbgitpuller for easily pulling in Git repositories
nbgitpuller==1.*
# jupyter-resource-usage to show people how much RAM they are using
jupyter-resource-usage==0.7.*
# Most people consider ipywidgets to be part of the core notebook experience
ipywidgets==8.*