Skip to content

Commit

Permalink
refactor: no pins in hub image's requirements.in
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 31, 2024
1 parent dd58e99 commit 8869e4e
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions images/hub/requirements.in
Original file line number Diff line number Diff line change
@@ -1,32 +1,30 @@
# This file is the input to requirements.txt,
# which is a frozen version of this. To update
# requirements.txt, use the "Run workflow" button at
# This file is the input to requirements.txt, which is a frozen version of this.
# To update requirements.txt, use the "Run workflow" button at
# https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml
# that will also update the jupyterhub version if needed.
# README.md file.

# JupyterHub itself, update this version pinning by running the workflow
# mentioned above.
jupyterhub==5.2.1

## Authenticators
jupyterhub-firstuseauthenticator>=1
# JupyterHub Spawner, kubernetes specific
jupyterhub-kubespawner

# JupyterHub Authenticators
jupyterhub-firstuseauthenticator
jupyterhub-hmacauthenticator
jupyterhub-ldapauthenticator>=2.0.1
jupyterhub-ltiauthenticator!=1.3.0
jupyterhub-ldapauthenticator
jupyterhub-ltiauthenticator
jupyterhub-nativeauthenticator
jupyterhub-tmpauthenticator
oauthenticator[googlegroups,mediawiki]

## Kubernetes spawner
jupyterhub-kubespawner>=7.0.0
# A managed JupyterHub service culling idle servers
jupyterhub-idle-culler

## Other optional dependencies for additional features
# Other optional dependencies for additional features
pymysql # mysql
psycopg2 # postgres
pycurl # internal http requests handle more load with pycurl
sqlalchemy-cockroachdb # cocroachdb
statsd # statsd metrics collection (TODO: remove soon, since folks use prometheus)

# The idle culler service
jupyterhub-idle-culler

0 comments on commit 8869e4e

Please sign in to comment.