mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
@@ -121,6 +121,7 @@ def ensure_jupyterhub_package(prefix):
|
|||||||
conda.ensure_pip_packages(
|
conda.ensure_pip_packages(
|
||||||
prefix,
|
prefix,
|
||||||
[
|
[
|
||||||
|
"SQLAlchemy<2.0.0",
|
||||||
"jupyterhub==1.*",
|
"jupyterhub==1.*",
|
||||||
"jupyterhub-systemdspawner==0.16.*",
|
"jupyterhub-systemdspawner==0.16.*",
|
||||||
"jupyterhub-firstuseauthenticator==1.*",
|
"jupyterhub-firstuseauthenticator==1.*",
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
# the requirements-txt-fixer pre-commit hook that sorted them and made
|
# the requirements-txt-fixer pre-commit hook that sorted them and made
|
||||||
# our integration tests fail.
|
# our integration tests fail.
|
||||||
#
|
#
|
||||||
|
# For JupyterHub 1.x SQLAlchemy below 2.0.0
|
||||||
|
SQLAlchemy<2.0.0
|
||||||
# JupyterHub + notebook package are base requirements for user environment
|
# JupyterHub + notebook package are base requirements for user environment
|
||||||
jupyterhub==1.*
|
jupyterhub==1.*
|
||||||
notebook==6.*
|
notebook==6.*
|
||||||
|
|||||||
Reference in New Issue
Block a user