forked from awslabs/aws-codeseeder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
378 lines (377 loc) · 6.87 KB
/
requirements-dev.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
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile requirements-dev.in
#
alabaster==0.7.13
# via sphinx
astroid==2.15.6
# via sphinx-autoapi
attrs==23.1.0
# via
# jschema-to-python
# jsonschema
# pytest
# sarif-om
aws-sam-translator==1.71.0
# via cfn-lint
aws-xray-sdk==2.12.0
# via moto
awscli==1.29.6
# via -r requirements-dev.in
babel==2.12.1
# via sphinx
black==23.3.0
# via -r requirements-dev.in
bleach==6.0.0
# via readme-renderer
boto3==1.28.6
# via
# aws-sam-translator
# moto
botocore==1.31.6
# via
# aws-xray-sdk
# awscli
# boto3
# moto
# s3transfer
build==0.10.0
# via
# check-manifest
# pip-tools
certifi==2023.7.22
# via
# -r requirements-dev.in
# requests
cffi==1.15.1
# via cryptography
cfn-lint==0.78.1
# via moto
changelog-cli==0.7.1
# via -r requirements-dev.in
charset-normalizer==3.2.0
# via requests
check-manifest==0.49
# via -r requirements-dev.in
click==8.1.6
# via
# black
# changelog-cli
# pip-tools
colorama==0.4.4
# via
# awscli
# twine
coverage[toml]==7.2.7
# via pytest-cov
cryptography==41.0.3
# via
# -r requirements-dev.in
# moto
# python-jose
# sshpubkeys
docker==6.1.3
# via moto
docutils==0.16
# via
# awscli
# myst-parser
# pyroma
# readme-renderer
# sphinx
# sphinx-rtd-theme
ecdsa==0.18.0
# via
# moto
# python-jose
# sshpubkeys
exceptiongroup==1.1.2
# via pytest
flake8==4.0.1
# via -r requirements-dev.in
graphql-core==3.2.3
# via moto
idna==3.4
# via
# moto
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
# via
# keyring
# twine
iniconfig==2.0.0
# via pytest
isort==5.10.1
# via -r requirements-dev.in
jaraco-classes==3.3.0
# via keyring
jinja2==3.1.2
# via
# moto
# myst-parser
# sphinx
# sphinx-autoapi
jmespath==1.0.1
# via
# boto3
# botocore
jschema-to-python==1.2.3
# via cfn-lint
jsondiff==2.0.0
# via moto
jsonpatch==1.33
# via cfn-lint
jsonpickle==3.0.1
# via jschema-to-python
jsonpointer==2.4
# via jsonpatch
jsonschema==4.17.3
# via
# aws-sam-translator
# cfn-lint
# jsonschema-spec
# openapi-schema-validator
# openapi-spec-validator
jsonschema-spec==0.1.6
# via openapi-spec-validator
junit-xml==1.9
# via cfn-lint
keyring==24.2.0
# via twine
lazy-object-proxy==1.9.0
# via
# astroid
# openapi-spec-validator
markdown-it-py==2.2.0
# via
# mdit-py-plugins
# myst-parser
markupsafe==2.1.3
# via
# jinja2
# moto
# werkzeug
mccabe==0.6.1
# via flake8
mdit-py-plugins==0.3.5
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
# via jaraco-classes
moto[all]==4.0.13
# via -r requirements-dev.in
mpmath==1.3.0
# via sympy
mypy==0.991
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via
# black
# mypy
myst-parser==0.16.1
# via -r requirements-dev.in
networkx==3.1
# via cfn-lint
openapi-schema-validator==0.4.4
# via openapi-spec-validator
openapi-spec-validator==0.5.7
# via moto
packaging==23.1
# via
# black
# build
# docker
# pytest
# sphinx
pathable==0.4.3
# via jsonschema-spec
pathspec==0.11.1
# via black
pbr==5.11.1
# via
# jschema-to-python
# sarif-om
pip-tools==7.1.0
# via -r requirements-dev.in
pkginfo==1.9.6
# via twine
platformdirs==3.9.1
# via black
pluggy==1.2.0
# via pytest
pyasn1==0.5.0
# via
# python-jose
# rsa
pycodestyle==2.8.0
# via flake8
pycparser==2.21
# via cffi
pydantic==1.10.11
# via aws-sam-translator
pyflakes==2.4.0
# via flake8
pygments==2.15.1
# via
# pyroma
# readme-renderer
# sphinx
pyparsing==3.1.0
# via moto
pyproject-hooks==1.0.0
# via build
pyroma==3.3
# via -r requirements-dev.in
pyrsistent==0.19.3
# via jsonschema
pytest==7.2.2
# via
# -r requirements-dev.in
# pytest-cov
# pytest-mock
pytest-cov==4.0.0
# via -r requirements-dev.in
pytest-mock==3.10.0
# via -r requirements-dev.in
python-dateutil==2.8.2
# via
# botocore
# moto
python-jose[cryptography]==3.3.0
# via moto
pyyaml==6.0.1
# via
# awscli
# cfn-lint
# jsonschema-spec
# moto
# myst-parser
# responses
# sphinx-autoapi
readme-renderer==40.0
# via twine
regex==2023.6.3
# via cfn-lint
requests==2.31.0
# via
# docker
# jsonschema-spec
# moto
# pyroma
# requests-toolbelt
# responses
# sphinx
# twine
requests-toolbelt==1.0.0
# via twine
responses==0.23.1
# via moto
rfc3339-validator==0.1.4
# via openapi-schema-validator
rfc3986==2.0.0
# via twine
rsa==4.7.2
# via
# awscli
# python-jose
s3transfer==0.6.1
# via
# awscli
# boto3
sarif-om==1.0.4
# via cfn-lint
six==1.16.0
# via
# bleach
# ecdsa
# junit-xml
# python-dateutil
# rfc3339-validator
snowballstemmer==2.2.0
# via sphinx
sphinx==4.3.2
# via
# -r requirements-dev.in
# myst-parser
# sphinx-autoapi
# sphinx-rtd-theme
sphinx-autoapi==1.8.4
# via -r requirements-dev.in
sphinx-rtd-theme==1.0.0
# via -r requirements-dev.in
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sshpubkeys==3.3.1
# via moto
sympy==1.12
# via cfn-lint
tomli==2.0.1
# via
# black
# build
# check-manifest
# coverage
# mypy
# pip-tools
# pyproject-hooks
# pytest
tqdm==4.65.0
# via twine
twine==3.8.0
# via -r requirements-dev.in
types-pyyaml==6.0.12.10
# via
# -r requirements-dev.in
# responses
types-setuptools==57.4.18
# via -r requirements-dev.in
typing-extensions==4.7.1
# via
# astroid
# aws-sam-translator
# black
# mypy
# pydantic
unidecode==1.3.6
# via sphinx-autoapi
urllib3==1.26.16
# via
# botocore
# docker
# requests
# responses
# twine
webencodings==0.5.1
# via bleach
websocket-client==1.6.1
# via docker
werkzeug==2.3.6
# via moto
wheel==0.40.0
# via pip-tools
wrapt==1.15.0
# via
# astroid
# aws-xray-sdk
xmltodict==0.13.0
# via moto
zipp==3.16.2
# via importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools