forked from bridgecrewio/checkov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
94 lines (91 loc) · 2.24 KB
/
Pipfile
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
#
# REMINDER: Update "dev" deps on setup.py when changing
#
pytest = "*"
pytest-xdist = "*"
pytest-asyncio = "*"
pytest-cov = "*"
pytest-mock = "*"
mock = "*"
coverage ="==5.5"
coverage-badge = "*"
bandit = "*"
urllib3-mock = "*"
jsonschema = "*"
importlib-resources = ">=1.3"
responses = "*"
aioresponses = "*"
types-cachetools = "*"
types-colorama = "*"
types-jmespath = "*"
types-jsonschema = "~=3.0"
types-pyyaml = ">=5.4.1"
types-requests = "*"
types-tabulate = "*"
types-tqdm = "*"
types-urllib3 = "*"
pre-commit = "*"
flake8 = "*"
dlint = "*"
mypy = "*"
flake8-bugbear = "*"
parameterized = "*"
freezegun = "*"
boto3-stubs-lite = {extras = ["s3"], version = "*"}
[packages]
#
# REMINDER: Update "install_requires" deps on setup.py when changing
#
bc-python-hcl2 = "==0.3.51"
bc-detect-secrets = "==1.4.29"
bc-jsonpath-ng = "==1.5.9"
deep-merge = "*"
tabulate = "*"
colorama="*"
termcolor="*"
junit-xml = ">=1.9"
dpath = "==2.1.3"
pyyaml = ">=5.4.1"
boto3 = ">=1.17"
gitpython = "*"
jmespath = "*"
tqdm = "*"
update-checker = "*"
semantic-version = "*"
packaging = "*"
cloudsplaining = ">=0.4.3"
networkx = "<2.7"
igraph = "<0.11.0" # there will be some breaking changes, but not sure yet, if we will be affected
dockerfile-parse ="*"
docker = "*"
configargparse = "*"
argcomplete = "*"
policyuniverse = "*"
typing-extensions = ">=4.1.0"
importlib-metadata = ">=0.12"
cachetools = "*"
cyclonedx-python-lib = ">=2.4.0,<4.0.0"
packageurl-python = "*"
click = ">=8.0.0"
aiohttp = "*"
aiodns = "*"
aiomultiprocess = "*"
jsonschema = ">=4.6.0,<5.0.0"
prettytable = ">=3.0.0"
pycep-parser = "==0.4.1"
charset-normalizer = "*"
pyston-autoload = {version = "==2.3.5", markers="python_version < '3.11' and (sys_platform == 'linux' or sys_platform == 'darwin') and platform_machine == 'x86_64' and implementation_name == 'cpython'", index="pypi"}
pyston = {version = "==2.3.5", markers="python_version < '3.11' and (sys_platform == 'linux' or sys_platform == 'darwin') and platform_machine == 'x86_64' and implementation_name == 'cpython'", index="pypi"}
schema = "*"
requests = ">=2.27.0"
yarl = "*"
openai = "*"
spdx-tools = "<0.8.0"
license-expression = "==30.1.0"
[requires]
python_version = "3.7"