-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackages_ignore.json
29 lines (29 loc) · 1.06 KB
/
packages_ignore.json
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
{
"description": "Document specifies packages which are ignored. These package are not used and maybe removed in the future. If no docker_images are provided the package is ignored for all images",
"packages": {
"demisto-ml": {
"notes": "Demisto developed package."
},
"docutils": {
"docker_images": [
"demisto/boto3",
"demisto/ml-telemetry",
"demisto/snowflake",
"demisto/boto3py3"
],
"notes": "Seems that boto3 imports the package only for dev use. See: https://github.com/boto/botocore/issues/900"
},
"patool": {
"docker_images": [
"demisto/unrar"
],
"notes": "pattool is being used by pyunpack only as a command line tool: https://github.com/ponty/pyunpack#background"
},
"es-core-news-sm": {
"docker_images": [
"demisto/dl"
],
"notes": "Used in old version which is not used anymore"
}
}
}