-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements-cicd.txt
311 lines (310 loc) · 5.83 KB
/
requirements-cicd.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile requirements-cicd.in
#
absl-py==1.0.0
# via kfp
aiohttp==3.8.1
# via gcsfs
aiosignal==1.2.0
# via aiohttp
alabaster==0.7.12
# via sphinx
appdirs==1.4.4
# via black
async-timeout==4.0.2
# via aiohttp
attrs==21.4.0
# via
# aiohttp
# jsonschema
# pytest
babel==2.9.1
# via sphinx
black==21.6b0
# via -r requirements-cicd.in
cachetools==4.2.4
# via google-auth
certifi==2021.10.8
# via
# kfp-server-api
# kubernetes
# requests
charset-normalizer==2.0.12
# via
# aiohttp
# requests
click==8.0.4
# via
# black
# kfp
# typer
cloudpickle==2.0.0
# via kfp
coverage==6.3.2
# via pytest-cov
decorator==5.1.1
# via gcsfs
deprecated==1.2.13
# via kfp
docstring-parser==0.13
# via kfp
docutils==0.17.1
# via
# m2r2
# sphinx
# sphinx-rtd-theme
et-xmlfile==1.1.0
# via openpyxl
fire==0.4.0
# via kfp
flake8==3.9.0
# via
# -r requirements-cicd.in
# flake8-docstrings
flake8-docstrings==1.6.0
# via -r requirements-cicd.in
frozenlist==1.3.0
# via
# aiohttp
# aiosignal
fsspec==2022.02.0
# via
# -r requirements-cicd.in
# gcsfs
gcsfs==2022.02.0
# via -r requirements-cicd.in
google-api-core==2.7.1
# via
# google-api-python-client
# google-cloud-core
# google-cloud-storage
# kfp
google-api-python-client==1.12.11
# via kfp
google-auth==1.35.0
# via
# gcsfs
# google-api-core
# google-api-python-client
# google-auth-httplib2
# google-auth-oauthlib
# google-cloud-core
# google-cloud-storage
# kfp
# kubernetes
google-auth-httplib2==0.1.0
# via google-api-python-client
google-auth-oauthlib==0.5.1
# via gcsfs
google-cloud-core==2.2.3
# via google-cloud-storage
google-cloud-storage==1.44.0
# via
# gcsfs
# kfp
google-crc32c==1.3.0
# via google-resumable-media
google-resumable-media==2.3.2
# via google-cloud-storage
googleapis-common-protos==1.56.0
# via google-api-core
httplib2==0.20.4
# via
# google-api-python-client
# google-auth-httplib2
idna==3.3
# via
# requests
# yarl
imagesize==1.3.0
# via sphinx
importlib-metadata==4.11.3
# via sphinx
iniconfig==1.1.1
# via pytest
isort==5.8.0
# via -r requirements-cicd.in
jinja2==3.1.1
# via sphinx
jsonschema==3.2.0
# via kfp
kfp==1.8.12
# via -r requirements-cicd.in
kfp-pipeline-spec==0.1.14
# via kfp
kfp-server-api==1.8.1
# via kfp
kubernetes==18.20.0
# via kfp
m2r2==0.3.2
# via -r requirements-cicd.in
markupsafe==2.1.1
# via jinja2
mccabe==0.6.1
# via flake8
mistune==0.8.4
# via
# -r requirements-cicd.in
# m2r2
multidict==6.0.2
# via
# aiohttp
# yarl
mypy-extensions==0.4.3
# via black
oauthlib==3.2.0
# via requests-oauthlib
openpyxl==3.0.9
# via -r requirements-cicd.in
packaging==21.3
# via
# pytest
# sphinx
pathspec==0.9.0
# via black
pluggy==0.13.1
# via pytest
protobuf==3.19.4
# via
# google-api-core
# google-cloud-storage
# googleapis-common-protos
# kfp
# kfp-pipeline-spec
py==1.11.0
# via pytest
pyasn1==0.4.8
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.2.8
# via google-auth
pycodestyle==2.7.0
# via flake8
pydantic==1.9.0
# via kfp
pydocstyle==6.1.1
# via flake8-docstrings
pyflakes==2.3.1
# via flake8
pygments==2.11.2
# via sphinx
pyparsing==3.0.7
# via
# httplib2
# packaging
pyrsistent==0.18.1
# via jsonschema
pytest==6.1.2
# via
# -r requirements-cicd.in
# pytest-cov
# pytest-mock
pytest-cov==2.12.1
# via -r requirements-cicd.in
pytest-mock==1.13.0
# via -r requirements-cicd.in
python-dateutil==2.8.2
# via
# kfp-server-api
# kubernetes
pytz==2022.1
# via babel
pyxlsb==1.0.9
# via -r requirements-cicd.in
pyyaml==5.4.1
# via
# kfp
# kubernetes
regex==2022.3.15
# via black
requests==2.27.1
# via
# gcsfs
# google-api-core
# google-cloud-storage
# kubernetes
# requests-oauthlib
# requests-toolbelt
# sphinx
requests-oauthlib==1.3.1
# via
# google-auth-oauthlib
# kubernetes
requests-toolbelt==0.9.1
# via kfp
rsa==4.8
# via google-auth
six==1.16.0
# via
# absl-py
# fire
# google-api-python-client
# google-auth
# google-auth-httplib2
# google-cloud-storage
# jsonschema
# kfp-server-api
# kubernetes
# python-dateutil
snowballstemmer==2.2.0
# via
# pydocstyle
# sphinx
sphinx==4.4.0
# via
# -r requirements-cicd.in
# sphinx-rtd-theme
sphinx-rtd-theme==1.0.0
# via -r requirements-cicd.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
strip-hints==0.1.10
# via kfp
tabulate==0.8.9
# via kfp
termcolor==1.1.0
# via fire
toml==0.10.2
# via
# black
# pytest
# pytest-cov
typer==0.4.1
# via kfp
typing-extensions==3.10.0.2
# via pydantic
uritemplate==3.0.1
# via
# google-api-python-client
# kfp
urllib3==1.26.9
# via
# kfp-server-api
# kubernetes
# requests
websocket-client==1.3.2
# via kubernetes
wheel==0.37.1
# via strip-hints
wrapt==1.14.0
# via deprecated
yarl==1.7.2
# via aiohttp
zipp==3.7.0
# via importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
# setuptools