-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
244 lines (244 loc) · 5.19 KB
/
requirements-dev.txt
File metadata and controls
244 lines (244 loc) · 5.19 KB
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
# This file was autogenerated by uv via the following command:
# uv export --no-hashes --only-group=dev --output-file=requirements-dev.txt
annotated-types==0.7.0
# via pydantic
antlr4-python3-runtime==4.13.2
# via moto
attrs==25.4.0
# via
# jsonschema
# referencing
aws-sam-translator==1.105.0
# via cfn-lint
aws-xray-sdk==2.15.0
# via moto
blinker==1.9.0
# via flask
boto3==1.41.5
# via
# aws-sam-translator
# moto
botocore==1.41.5
# via
# aws-xray-sdk
# boto3
# moto
# s3transfer
certifi==2025.11.12
# via requests
cffi==2.0.0 ; platform_python_implementation != 'PyPy'
# via cryptography
cfgv==3.4.0 ; python_full_version < '3.10'
# via pre-commit
cfgv==3.5.0 ; python_full_version >= '3.10'
# via pre-commit
cfn-lint==1.42.1
# via moto
charset-normalizer==3.4.4
# via requests
click==8.1.8 ; python_full_version < '3.10'
# via flask
click==8.3.1 ; python_full_version >= '3.10'
# via flask
colorama==0.4.6 ; sys_platform == 'win32'
# via
# click
# pytest
cryptography==46.0.3
# via
# joserfc
# moto
distlib==0.4.0
# via virtualenv
docker==7.1.0
# via moto
exceptiongroup==1.3.1 ; python_full_version < '3.11'
# via pytest
filelock==3.19.1 ; python_full_version < '3.10'
# via virtualenv
filelock==3.20.0 ; python_full_version >= '3.10'
# via virtualenv
flask==3.1.2
# via
# flask-cors
# moto
flask-cors==6.0.1
# via moto
graphql-core==3.2.7
# via moto
identify==2.6.15
# via pre-commit
idna==3.11
# via requests
importlib-metadata==8.7.0 ; python_full_version < '3.10'
# via flask
iniconfig==2.1.0 ; python_full_version < '3.10'
# via pytest
iniconfig==2.3.0 ; python_full_version >= '3.10'
# via pytest
itsdangerous==2.2.0
# via flask
jinja2==3.1.6
# via
# flask
# moto
jmespath==1.0.1
# via
# boto3
# botocore
joserfc==1.5.0
# via moto
jsonpatch==1.33
# via cfn-lint
jsonpath-ng==1.7.0
# via moto
jsonpointer==3.0.0
# via jsonpatch
jsonschema==4.25.1
# via
# aws-sam-translator
# openapi-schema-validator
# openapi-spec-validator
jsonschema-path==0.3.4
# via openapi-spec-validator
jsonschema-specifications==2025.9.1
# via
# jsonschema
# openapi-schema-validator
lazy-object-proxy==1.12.0
# via openapi-spec-validator
markupsafe==3.0.3
# via
# flask
# jinja2
# werkzeug
moto==5.1.18
mpmath==1.3.0
# via sympy
networkx==2.8.8
# via cfn-lint
nodeenv==1.9.1
# via pre-commit
openapi-schema-validator==0.6.3
# via openapi-spec-validator
openapi-spec-validator==0.7.2
# via moto
packaging==25.0
# via pytest
pathable==0.4.4
# via jsonschema-path
platformdirs==4.4.0 ; python_full_version < '3.10'
# via virtualenv
platformdirs==4.5.1 ; python_full_version >= '3.10'
# via virtualenv
pluggy==1.6.0
# via pytest
ply==3.11
# via jsonpath-ng
pre-commit==4.3.0 ; python_full_version < '3.10'
pre-commit==4.5.0 ; python_full_version >= '3.10'
py-partiql-parser==0.6.3
# via moto
pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
# via cffi
pydantic==2.12.5
# via aws-sam-translator
pydantic-core==2.41.5
# via pydantic
pyparsing==3.2.5
# via moto
pytest==7.4.4
# via pytest-lazy-fixture
pytest-httpserver==1.1.3
pytest-lazy-fixture==0.6.3
python-dateutil==2.9.0.post0
# via
# botocore
# moto
pywin32==311 ; sys_platform == 'win32'
# via docker
pyyaml==6.0.3
# via
# cfn-lint
# jsonschema-path
# moto
# pre-commit
# responses
referencing==0.36.2
# via
# jsonschema
# jsonschema-path
# jsonschema-specifications
regex==2025.11.3
# via cfn-lint
requests==2.32.5
# via
# docker
# jsonschema-path
# moto
# responses
responses==0.25.8
# via moto
rfc3339-validator==0.1.4
# via openapi-schema-validator
rpds-py==0.27.1 ; python_full_version < '3.10'
# via
# jsonschema
# referencing
rpds-py==0.30.0 ; python_full_version >= '3.10'
# via
# jsonschema
# referencing
ruff==0.14.9
s3transfer==0.15.0
# via boto3
setuptools==80.9.0
# via moto
six==1.17.0
# via
# python-dateutil
# rfc3339-validator
sympy==1.14.0
# via cfn-lint
tomli==2.3.0 ; python_full_version < '3.11'
# via pytest
typing-extensions==4.15.0
# via
# aws-sam-translator
# cfn-lint
# cryptography
# exceptiongroup
# graphql-core
# pydantic
# pydantic-core
# referencing
# typing-inspection
# virtualenv
typing-inspection==0.4.2
# via pydantic
urllib3==1.26.20 ; python_full_version < '3.10'
# via
# botocore
# docker
# requests
# responses
urllib3==2.6.2 ; python_full_version >= '3.10'
# via
# botocore
# docker
# requests
# responses
virtualenv==20.35.4
# via pre-commit
werkzeug==3.1.4
# via
# flask
# flask-cors
# moto
# pytest-httpserver
wrapt==1.17.3
# via aws-xray-sdk
xmltodict==1.0.2
# via moto
zipp==3.23.0 ; python_full_version < '3.10'
# via importlib-metadata