Skip to content

Commit bc700d4

Browse files
committed
Add generated requirements.txt
1 parent 1591343 commit bc700d4

File tree

1 file changed

+161
-53
lines changed

1 file changed

+161
-53
lines changed

helm-chart/images/binderhub/requirements.txt

Lines changed: 161 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -4,59 +4,167 @@
44
#
55
# ./dependencies freeze --upgrade
66
#
7-
alembic==1.4.3 # via jupyterhub
8-
async-generator==1.10 # via jupyterhub
9-
attrs==20.3.0 # via jsonschema
10-
cachetools==4.2.0 # via google-auth
11-
certifi==2020.12.5 # via kubernetes, requests
12-
certipy==0.1.3 # via jupyterhub
13-
cffi==1.14.4 # via cryptography
14-
chardet==4.0.0 # via requests
15-
cryptography==3.3.1 # via pyopenssl
16-
docker==4.4.0 # via -r binderhub.in
17-
entrypoints==0.3 # via jupyterhub
18-
escapism==1.0.1 # via -r binderhub.in
19-
google-api-core[grpc]==1.24.1 # via google-cloud-core, google-cloud-logging
20-
google-auth==1.24.0 # via google-api-core, kubernetes
21-
google-cloud-core==1.5.0 # via google-cloud-logging
22-
google-cloud-logging==1.15.1 # via -r requirements.in
23-
googleapis-common-protos==1.52.0 # via google-api-core
24-
grpcio==1.34.0 # via google-api-core
25-
idna==2.10 # via requests
26-
ipython-genutils==0.2.0 # via traitlets
27-
jinja2==2.11.2 # via -r binderhub.in, jupyterhub
28-
jsonschema==3.2.0 # via -r binderhub.in, jupyter-telemetry
29-
jupyter-telemetry==0.1.0 # via jupyterhub
30-
jupyterhub==1.2.2 # via -r binderhub.in, -r requirements.in
31-
kubernetes==12.0.1 # via -r binderhub.in, -r requirements.in
32-
mako==1.1.3 # via alembic
33-
markupsafe==1.1.1 # via jinja2, mako
34-
oauthlib==3.1.0 # via jupyterhub, requests-oauthlib
35-
pamela==1.0.0 # via jupyterhub
36-
prometheus-client==0.9.0 # via -r binderhub.in, jupyterhub
37-
protobuf==3.14.0 # via google-api-core, googleapis-common-protos
38-
pyasn1-modules==0.2.8 # via google-auth
39-
pyasn1==0.4.8 # via pyasn1-modules, rsa
40-
pycparser==2.20 # via cffi
41-
pyopenssl==20.0.1 # via certipy
42-
pyrsistent==0.17.3 # via jsonschema
43-
python-dateutil==2.8.1 # via alembic, jupyterhub, kubernetes
44-
python-editor==1.0.4 # via alembic
45-
python-json-logger==2.0.1 # via -r binderhub.in, jupyter-telemetry
46-
pytz==2020.4 # via google-api-core
47-
pyyaml==5.3.1 # via kubernetes
48-
requests-oauthlib==1.3.0 # via kubernetes
49-
requests==2.25.1 # via docker, google-api-core, jupyterhub, kubernetes, requests-oauthlib
50-
rsa==4.6 # via google-auth
51-
ruamel.yaml.clib==0.2.2 # via ruamel.yaml
52-
ruamel.yaml==0.16.12 # via jupyter-telemetry
53-
six==1.15.0 # via cryptography, docker, google-api-core, google-auth, google-cloud-core, grpcio, jsonschema, kubernetes, protobuf, pyopenssl, python-dateutil, websocket-client
54-
sqlalchemy==1.3.22 # via alembic, jupyterhub
55-
tornado==6.1 # via -r binderhub.in, jupyterhub
56-
traitlets==5.0.5 # via -r binderhub.in, jupyter-telemetry, jupyterhub
57-
urllib3==1.26.2 # via kubernetes, requests
58-
websocket-client==0.57.0 # via docker, kubernetes
59-
7+
alembic==1.4.3
8+
# via jupyterhub
9+
async-generator==1.10
10+
# via jupyterhub
11+
attrs==20.3.0
12+
# via jsonschema
13+
cachetools==4.2.0
14+
# via google-auth
15+
certifi==2020.12.5
16+
# via
17+
# kubernetes
18+
# requests
19+
certipy==0.1.3
20+
# via jupyterhub
21+
cffi==1.14.4
22+
# via cryptography
23+
chardet==4.0.0
24+
# via requests
25+
cryptography==3.3.1
26+
# via pyopenssl
27+
docker==4.4.1
28+
# via -r binderhub.in
29+
entrypoints==0.3
30+
# via jupyterhub
31+
escapism==1.0.1
32+
# via -r binderhub.in
33+
google-api-core[grpc]==1.24.1
34+
# via
35+
# google-cloud-core
36+
# google-cloud-logging
37+
google-auth==1.24.0
38+
# via
39+
# google-api-core
40+
# kubernetes
41+
google-cloud-core==1.5.0
42+
# via google-cloud-logging
43+
google-cloud-logging==1.15.1
44+
# via -r requirements.in
45+
googleapis-common-protos==1.52.0
46+
# via google-api-core
47+
grpcio==1.34.0
48+
# via google-api-core
49+
idna==2.10
50+
# via requests
51+
ipython-genutils==0.2.0
52+
# via traitlets
53+
jinja2==2.11.2
54+
# via
55+
# -r binderhub.in
56+
# jupyterhub
57+
jsonschema==3.2.0
58+
# via
59+
# -r binderhub.in
60+
# jupyter-telemetry
61+
jupyter-telemetry==0.1.0
62+
# via jupyterhub
63+
jupyterhub==1.2.2
64+
# via
65+
# -r binderhub.in
66+
# -r requirements.in
67+
kubernetes==9.0.1
68+
# via
69+
# -r binderhub.in
70+
# -r requirements.in
71+
mako==1.1.3
72+
# via alembic
73+
markupsafe==1.1.1
74+
# via
75+
# jinja2
76+
# mako
77+
oauthlib==3.1.0
78+
# via
79+
# jupyterhub
80+
# requests-oauthlib
81+
pamela==1.0.0
82+
# via jupyterhub
83+
prometheus-client==0.9.0
84+
# via
85+
# -r binderhub.in
86+
# jupyterhub
87+
protobuf==3.14.0
88+
# via
89+
# google-api-core
90+
# googleapis-common-protos
91+
pyasn1-modules==0.2.8
92+
# via google-auth
93+
pyasn1==0.4.8
94+
# via
95+
# pyasn1-modules
96+
# rsa
97+
pycparser==2.20
98+
# via cffi
99+
pyopenssl==20.0.1
100+
# via certipy
101+
pyrsistent==0.17.3
102+
# via jsonschema
103+
python-dateutil==2.8.1
104+
# via
105+
# alembic
106+
# jupyterhub
107+
# kubernetes
108+
python-editor==1.0.4
109+
# via alembic
110+
python-json-logger==2.0.1
111+
# via
112+
# -r binderhub.in
113+
# jupyter-telemetry
114+
pytz==2020.5
115+
# via google-api-core
116+
pyyaml==5.3.1
117+
# via kubernetes
118+
requests-oauthlib==1.3.0
119+
# via kubernetes
120+
requests==2.25.1
121+
# via
122+
# docker
123+
# google-api-core
124+
# jupyterhub
125+
# kubernetes
126+
# requests-oauthlib
127+
rsa==4.6
128+
# via google-auth
129+
ruamel.yaml.clib==0.2.2
130+
# via ruamel.yaml
131+
ruamel.yaml==0.16.12
132+
# via jupyter-telemetry
133+
six==1.15.0
134+
# via
135+
# cryptography
136+
# docker
137+
# google-api-core
138+
# google-auth
139+
# google-cloud-core
140+
# grpcio
141+
# jsonschema
142+
# kubernetes
143+
# protobuf
144+
# pyopenssl
145+
# python-dateutil
146+
# websocket-client
147+
sqlalchemy==1.3.22
148+
# via
149+
# alembic
150+
# jupyterhub
151+
tornado==6.1
152+
# via
153+
# -r binderhub.in
154+
# jupyterhub
155+
traitlets==5.0.5
156+
# via
157+
# -r binderhub.in
158+
# jupyter-telemetry
159+
# jupyterhub
160+
urllib3==1.26.2
161+
# via
162+
# kubernetes
163+
# requests
164+
websocket-client==0.57.0
165+
# via
166+
# docker
167+
# kubernetes
60168

61169
# The following packages are considered to be unsafe in a requirements file:
62170
# setuptools

0 commit comments

Comments
 (0)