Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hub image: add sqlalchemy-cocroachdb dependency #2262

Merged
merged 1 commit into from
Jun 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions images/hub/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jupyterhub-kubespawner
pymysql # mysql
psycopg2-binary # 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
Expand Down
33 changes: 17 additions & 16 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# ./dependencies freeze --upgrade
#
alembic==1.5.8
alembic==1.6.5
# via jupyterhub
async-generator==1.10
# via
# jupyterhub
# jupyterhub-kubespawner
attrs==20.3.0
attrs==21.2.0
# via jsonschema
bcrypt==3.2.0
# via
# jupyterhub-firstuseauthenticator
# jupyterhub-nativeauthenticator
cachetools==4.2.2
# via google-auth
certifi==2020.12.5
certifi==2021.5.30
# via
# kubernetes
# requests
Expand All @@ -36,15 +36,15 @@ entrypoints==0.3
# via jupyterhub
escapism==1.0.1
# via jupyterhub-kubespawner
google-auth==1.30.0
google-auth==1.31.0
# via kubernetes
greenlet==1.0.0
greenlet==1.1.0
# via sqlalchemy
idna==2.10
# via requests
ipython-genutils==0.2.0
# via traitlets
jinja2==2.11.3
jinja2==3.0.1
# via
# jupyterhub
# jupyterhub-kubespawner
Expand Down Expand Up @@ -78,13 +78,13 @@ jupyterhub==1.4.1
# jupyterhub-nativeauthenticator
# nullauthenticator
# oauthenticator
kubernetes==12.0.1
kubernetes==17.17.0
# via jupyterhub-kubespawner
ldap3==2.9
# via jupyterhub-ldapauthenticator
mako==1.1.4
# via alembic
markupsafe==1.1.1
markupsafe==2.0.1
# via
# jinja2
# mako
Expand All @@ -94,7 +94,7 @@ nullauthenticator==1.0.0
# via -r requirements.in
oauthenticator==14.0.0
# via -r requirements.in
oauthlib==3.1.0
oauthlib==3.1.1
# via
# jupyterhub
# jupyterhub-ltiauthenticator
Expand All @@ -104,7 +104,7 @@ onetimepass==1.0.1
# via jupyterhub-nativeauthenticator
pamela==1.0.0
# via jupyterhub
prometheus-client==0.10.1
prometheus-client==0.11.0
# via jupyterhub
psycopg2-binary==2.9.1
# via -r requirements.in
Expand Down Expand Up @@ -141,7 +141,7 @@ python-editor==1.0.4
# via alembic
python-json-logger==2.0.1
# via jupyter-telemetry
python-slugify==5.0.0
python-slugify==5.0.2
# via jupyterhub-kubespawner
pyyaml==5.4.1
# via
Expand All @@ -161,9 +161,9 @@ rsa==4.7.2
# via google-auth
ruamel.yaml.clib==0.2.2
# via ruamel.yaml
ruamel.yaml==0.17.4
ruamel.yaml==0.17.9
# via jupyter-telemetry
six==1.15.0
six==1.16.0
# via
# bcrypt
# google-auth
Expand All @@ -173,8 +173,9 @@ six==1.15.0
# onetimepass
# pyopenssl
# python-dateutil
# websocket-client
sqlalchemy==1.4.12
sqlalchemy-cockroachdb==1.3.4
# via -r requirements.in
sqlalchemy==1.4.18
# via
# alembic
# jupyterhub
Expand All @@ -197,7 +198,7 @@ urllib3==1.26.5
# jupyterhub-kubespawner
# kubernetes
# requests
websocket-client==0.58.0
websocket-client==1.1.0
# via kubernetes

# The following packages are considered to be unsafe in a requirements file:
Expand Down