-
Notifications
You must be signed in to change notification settings - Fork 133
/
requirements.common.txt
487 lines (486 loc) · 10.4 KB
/
requirements.common.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
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/requirements.common.txt setup.py
#
aiodns==3.1.1
# via pulpcore
aiofiles==23.2.1
# via pulpcore
aiohttp==3.9.3
# via pulpcore
aiosignal==1.3.1
# via aiohttp
ansible-builder==3.0.1
# via galaxy-importer
ansible-core==2.16.4
# via
# ansible-lint
# galaxy-importer
ansible-lint==6.14.3
# via galaxy-importer
asgiref==3.8.0
# via django
async-lru==2.0.4
# via pulp-ansible
async-timeout==4.0.3
# via redis
asyncio-throttle==1.0.2
# via pulpcore
attrs==22.2.0
# via
# aiohttp
# galaxy-importer
# jsonschema
# referencing
backoff==2.2.1
# via pulpcore
bindep==2.11.0
# via ansible-builder
black==24.3.0
# via ansible-lint
bleach==3.3.1
# via galaxy-importer
bleach-allowlist==1.0.3
# via galaxy-importer
boto3==1.34.67
# via galaxy-ng (setup.py)
botocore==1.34.67
# via
# boto3
# s3transfer
bracex==2.4
# via wcmatch
certifi==2024.2.2
# via requests
cffi==1.16.0
# via
# cryptography
# pycares
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
# black
# pulpcore
cryptography==42.0.5
# via
# ansible-core
# django-ansible-base
# pulpcore
# pyjwt
# pyopenssl
# social-auth-core
defusedxml==0.8.0rc2
# via
# odfpy
# python3-openid
# social-auth-core
deprecated==1.2.14
# via
# opentelemetry-api
# opentelemetry-exporter-otlp-proto-grpc
# opentelemetry-exporter-otlp-proto-http
diff-match-patch==20230430
# via django-import-export
distro==1.9.0
# via
# bindep
# galaxy-ng (setup.py)
django==4.2.11
# via
# django-ansible-base
# django-auth-ldap
# django-crum
# django-filter
# django-guid
# django-import-export
# django-lifecycle
# django-picklefield
# djangorestframework
# drf-nested-routers
# drf-spectacular
# insights-analytics-collector
# pulpcore
# social-auth-app-django
django-ansible-base[jwt_consumer] @ git+https://github.com/ansible/django-ansible-base@devel
# via galaxy-ng (setup.py)
django-auth-ldap==4.0.0
# via galaxy-ng (setup.py)
django-crum==0.7.9
# via django-ansible-base
django-filter==23.5
# via pulpcore
django-guid==3.4.0
# via pulpcore
django-import-export==3.3.7
# via pulpcore
django-ipware==3.0.7
# via galaxy-ng (setup.py)
django-lifecycle==1.1.2
# via pulpcore
django-picklefield==3.1
# via galaxy-ng (setup.py)
django-prometheus==2.3.1
# via galaxy-ng (setup.py)
django-split-settings==1.3.0
# via django-ansible-base
djangorestframework==3.14.0
# via
# django-ansible-base
# drf-access-policy
# drf-nested-routers
# drf-spectacular
# pulpcore
djangorestframework-queryfields==1.1.0
# via pulpcore
drf-access-policy==1.5.0
# via pulpcore
drf-nested-routers==0.93.5
# via pulpcore
drf-spectacular==0.26.5
# via
# galaxy-ng (setup.py)
# pulpcore
dynaconf==3.2.4
# via
# galaxy-ng (setup.py)
# pulpcore
et-xmlfile==1.1.0
# via openpyxl
filelock==3.13.1
# via ansible-lint
flake8==6.1.0
# via galaxy-importer
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
galaxy-importer==0.4.21
# via
# galaxy-ng (setup.py)
# pulp-ansible
gitdb==4.0.11
# via gitpython
gitpython==3.1.42
# via pulp-ansible
googleapis-common-protos==1.63.0
# via
# opentelemetry-exporter-otlp-proto-grpc
# opentelemetry-exporter-otlp-proto-http
grpcio==1.62.1
# via opentelemetry-exporter-otlp-proto-grpc
gunicorn==21.2.0
# via pulpcore
idna==3.6
# via
# requests
# yarl
importlib-metadata==6.0.1
# via
# opentelemetry-api
# pulpcore
inflection==0.5.1
# via
# django-ansible-base
# drf-spectacular
insights-analytics-collector==0.3.2
# via galaxy-ng (setup.py)
jinja2==3.1.3
# via
# ansible-core
# pulpcore
jmespath==1.0.1
# via
# boto3
# botocore
jq==1.6.0
# via pulpcore
json-stream==2.3.2
# via pulpcore
json-stream-rs-tokenizer==0.4.26
# via json-stream
jsonschema==4.19.2
# via
# ansible-builder
# ansible-lint
# drf-spectacular
# pulp-ansible
# pulp-container
jsonschema-specifications==2023.12.1
# via jsonschema
markdown==3.6
# via galaxy-importer
markdown-it-py==3.0.0
# via rich
markuppy==1.14
# via tablib
markupsafe==2.1.5
# via jinja2
marshmallow==3.21.1
# via galaxy-ng (setup.py)
mccabe==0.7.0
# via flake8
mdurl==0.1.2
# via markdown-it-py
multidict==6.0.5
# via
# aiohttp
# yarl
mypy-extensions==1.0.0
# via black
oauthlib==3.2.2
# via
# requests-oauthlib
# social-auth-core
odfpy==1.4.1
# via tablib
openpyxl==3.1.2
# via tablib
opentelemetry-api==1.23.0
# via
# opentelemetry-distro
# opentelemetry-exporter-otlp-proto-grpc
# opentelemetry-exporter-otlp-proto-http
# opentelemetry-instrumentation
# opentelemetry-instrumentation-django
# opentelemetry-instrumentation-wsgi
# opentelemetry-sdk
opentelemetry-distro[otlp]==0.44b0
# via pulpcore
opentelemetry-exporter-otlp==1.23.0
# via opentelemetry-distro
opentelemetry-exporter-otlp-proto-common==1.23.0
# via
# opentelemetry-exporter-otlp-proto-grpc
# opentelemetry-exporter-otlp-proto-http
opentelemetry-exporter-otlp-proto-grpc==1.23.0
# via opentelemetry-exporter-otlp
opentelemetry-exporter-otlp-proto-http==1.23.0
# via
# opentelemetry-exporter-otlp
# pulpcore
opentelemetry-instrumentation==0.44b0
# via
# opentelemetry-distro
# opentelemetry-instrumentation-django
# opentelemetry-instrumentation-wsgi
opentelemetry-instrumentation-django==0.44b0
# via pulpcore
opentelemetry-instrumentation-wsgi==0.44b0
# via
# opentelemetry-instrumentation-django
# pulpcore
opentelemetry-proto==1.23.0
# via
# opentelemetry-exporter-otlp-proto-common
# opentelemetry-exporter-otlp-proto-grpc
# opentelemetry-exporter-otlp-proto-http
opentelemetry-sdk==1.23.0
# via
# opentelemetry-distro
# opentelemetry-exporter-otlp-proto-grpc
# opentelemetry-exporter-otlp-proto-http
opentelemetry-semantic-conventions==0.44b0
# via
# opentelemetry-instrumentation-django
# opentelemetry-instrumentation-wsgi
# opentelemetry-sdk
opentelemetry-util-http==0.44b0
# via
# opentelemetry-instrumentation-django
# opentelemetry-instrumentation-wsgi
packaging==23.2
# via
# ansible-core
# ansible-lint
# bindep
# black
# bleach
# gunicorn
# marshmallow
# pulp-glue
parsley==1.3
# via bindep
pathspec==0.12.1
# via
# ansible-lint
# black
# yamllint
pbr==6.0.0
# via bindep
pillow==10.1.0
# via pulp-ansible
platformdirs==4.2.0
# via black
prometheus-client==0.20.0
# via django-prometheus
protobuf==4.25.3
# via
# googleapis-common-protos
# opentelemetry-proto
# pulpcore
psycopg[binary]==3.1.18
# via pulpcore
psycopg-binary==3.1.18
# via psycopg
pulp-ansible==0.21.4
# via galaxy-ng (setup.py)
pulp-container==2.19.2
# via galaxy-ng (setup.py)
pulp-glue==0.23.2
# via pulpcore
pulpcore==3.49.7
# via
# galaxy-ng (setup.py)
# pulp-ansible
# pulp-container
pyasn1==0.5.1
# via
# pyasn1-modules
# python-ldap
pyasn1-modules==0.3.0
# via python-ldap
pycares==4.4.0
# via aiodns
pycodestyle==2.11.1
# via flake8
pycparser==2.21
# via cffi
pyflakes==3.1.0
# via flake8
pygments==2.17.2
# via rich
pygtrie==2.5.0
# via pulpcore
pyjwt[crypto]==2.8.0
# via
# django-ansible-base
# pulp-container
# social-auth-core
pyopenssl==24.1.0
# via pulpcore
pyparsing==3.1.1
# via
# drf-access-policy
# pulpcore
python-dateutil==2.9.0.post0
# via botocore
python-gnupg==0.5.2
# via pulpcore
python-ldap==3.4.4
# via django-auth-ldap
python3-openid==3.2.0
# via social-auth-core
pytz==2024.1
# via djangorestframework
pyyaml==6.0.1
# via
# ansible-builder
# ansible-core
# ansible-lint
# drf-spectacular
# galaxy-importer
# pulp-ansible
# pulpcore
# tablib
# yamllint
redis==5.0.2
# via pulpcore
referencing==0.34.0
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# django-ansible-base
# galaxy-importer
# insights-analytics-collector
# opentelemetry-exporter-otlp-proto-http
# pulp-glue
# requests-oauthlib
# social-auth-core
requests-oauthlib==1.4.0
# via social-auth-core
requirements-parser==0.5.0
# via ansible-builder
resolvelib==1.0.1
# via ansible-core
rich==13.7.1
# via ansible-lint
rpds-py==0.18.0
# via
# jsonschema
# referencing
ruamel-yaml==0.17.40
# via ansible-lint
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.10.1
# via boto3
semantic-version==2.10.0
# via
# galaxy-importer
# pulp-ansible
six==1.16.0
# via
# bleach
# python-dateutil
# url-normalize
smmap==5.0.1
# via gitdb
social-auth-app-django==5.4.0
# via galaxy-ng (setup.py)
social-auth-core==4.5.3
# via
# galaxy-ng (setup.py)
# social-auth-app-django
sqlparse==0.4.4
# via django
subprocess-tee==0.4.1
# via ansible-lint
tablib[html,ods,xls,xlsx,yaml]==3.5.0
# via
# django-import-export
# pulpcore
types-setuptools==69.2.0.20240317
# via requirements-parser
typing-extensions==4.10.0
# via
# opentelemetry-sdk
# psycopg
uritemplate==4.1.1
# via drf-spectacular
url-normalize==1.4.3
# via pulpcore
urllib3==2.2.1
# via
# botocore
# requests
uuid6==2024.1.12
# via pulpcore
wcmatch==8.5.1
# via ansible-lint
webencodings==0.5.1
# via bleach
whitenoise==6.6.0
# via pulpcore
wrapt==1.16.0
# via
# deprecated
# opentelemetry-instrumentation
xlrd==2.0.1
# via tablib
xlwt==1.3.0
# via tablib
yamllint==1.35.1
# via ansible-lint
yarl==1.9.4
# via
# aiohttp
# pulpcore
zipp==3.18.1
# via importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
# setuptools