-
Notifications
You must be signed in to change notification settings - Fork 806
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: no pins in hub image's requirements.in
- Loading branch information
1 parent
dd58e99
commit 8869e4e
Showing
1 changed file
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |