File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
helm-chart/images/binderhub Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 4
4
codecov
5
5
html5lib
6
6
jsonschema
7
+ jupyter-repo2docker>=2021.08.0
7
8
jupyterhub
8
9
pytest
9
10
pytest-asyncio
@@ -12,6 +13,5 @@ pytest-cov
12
13
# using ruamel.yaml. ruamel.yaml is more powerful than pyyaml, and that is
13
14
# relevant when writing YAML files back after having loaded them from disk.
14
15
pyyaml
15
- jupyter-repo2docker>=2021.08.0
16
16
requests
17
17
ruamel.yaml>=0.15
Original file line number Diff line number Diff line change 8
8
# first. This is only relevant if sphinx==1.* is already installed in the
9
9
# environment, which it is on ReadTheDocs.
10
10
11
- # Documentation specific packages
12
- https://github.com/jupyterhub/autodoc-traits/archive/HEAD.zip
13
- myst-parser
14
- pydata-sphinx-theme
15
- sphinx-copybutton
16
11
17
12
# sphinx.ext.autodoc as configured in conf.py and autodo_traits.py is
18
13
# automatically building documentation based on inspection of the binderhub
19
14
# package, which means we need to install it on RTD so it is available for
20
15
# inspection.
21
16
-r ../requirements.txt
17
+ # Documentation specific packages
18
+ https://github.com/jupyterhub/autodoc-traits/archive/HEAD.zip
19
+ myst-parser
20
+ pydata-sphinx-theme
21
+ sphinx-copybutton
Original file line number Diff line number Diff line change @@ -90,12 +90,12 @@ prometheus-client==0.11.0
90
90
# -r binderhub.in
91
91
# jupyterhub
92
92
protobuf == 3.17.3
93
+ # via google-auth
94
+ pyasn1 == 0.4.8
93
95
# via
94
96
# google-api-core
95
97
# googleapis-common-protos
96
98
pyasn1-modules == 0.2.8
97
- # via google-auth
98
- pyasn1 == 0.4.8
99
99
# via
100
100
# pyasn1-modules
101
101
# rsa
@@ -121,20 +121,20 @@ pytz==2021.1
121
121
# via google-api-core
122
122
pyyaml == 5.4.1
123
123
# via kubernetes
124
- requests-oauthlib == 1.3.0
125
- # via kubernetes
126
124
requests == 2.26.0
125
+ # via kubernetes
126
+ requests-oauthlib == 1.3.0
127
127
# via
128
128
# docker
129
129
# google-api-core
130
130
# jupyterhub
131
131
# kubernetes
132
132
# requests-oauthlib
133
133
rsa == 4.7.2
134
- # via google-auth
135
- ruamel.yaml.clib == 0.2.6
136
134
# via ruamel.yaml
137
135
ruamel.yaml == 0.17.16
136
+ # via google-auth
137
+ ruamel.yaml.clib == 0.2.6
138
138
# via jupyter-telemetry
139
139
six == 1.16.0
140
140
# via
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ jsonschema
14
14
jupyterhub
15
15
kubernetes
16
16
prometheus_client
17
+ pyjwt >= 2
17
18
python-json-logger
18
19
tornado >= 5.1
19
20
traitlets
20
- pyjwt >= 2
You can’t perform that action at this time.
0 commit comments