-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Pipfile
92 lines (89 loc) · 2.65 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
#
# REMINDER: Update "dev" deps on setup.py when changing
#
pytest = "<8.0.0"
pytest-xdist = "*"
pytest-asyncio = "*"
pytest-cov = "*"
pytest-mock = "*"
coverage ="==5.5"
coverage-badge = "*"
bandit = "*"
urllib3-mock = "*"
jsonschema = "*"
importlib-resources = ">=1.3"
responses = "*"
aioresponses = "*"
types-cachetools = ">=5.2.0,<6.0.0"
types-jmespath = ">=1.0.0,<2.0.0"
types-jsonschema = ">=4.17.0,<5.0.0"
types-pyyaml = ">=6.0.0,<7.0.0"
types-requests = ">=2.28.0,<3.0.0"
types-tabulate = ">=0.9.0,<0.10.0"
types-tqdm = ">=4.65.0,<5.0.0"
types-urllib3 = "*"
pre-commit = "*"
flake8 = "*"
dlint = "*"
mypy = "*"
flake8-bugbear = "*"
parameterized = "*"
time-machine = "*"
boto3-stubs-lite = {extras = ["s3"], version = "*"}
types-colorama = "<0.5.0,>=0.4.3"
[packages]
#
# REMINDER: Update "install_requires" deps on setup.py when changing
#
bc-python-hcl2 = "==0.4.2"
bc-detect-secrets = "==1.5.17"
bc-jsonpath-ng = "==1.6.1"
pycep-parser = "==0.4.1"
tabulate = ">=0.9.0,<0.10.0"
colorama = ">=0.4.3,<0.5.0"
termcolor=">=1.1.0,<2.4.0"
junit-xml = ">=1.9,<2.0"
dpath = "==2.1.3"
pyyaml = ">=6.0.0,<7.0.0"
boto3 = "==1.34.25"
gitpython = ">=3.1.30,<4.0.0"
jmespath = ">=1.0.0,<2.0.0"
tqdm = ">=4.65.0,<5.0.0"
packaging = ">=23.0,<24.0"
cloudsplaining = ">=0.7.0,<0.8.0"
networkx = "<2.7"
dockerfile-parse =">=2.0.0,<3.0.0"
docker = ">=6.0.1,<8.0.0"
configargparse = ">=1.5.3,<2.0.0"
argcomplete = ">=3.0.0,<4.0.0"
typing-extensions = ">=4.5.0,<5.0.0"
importlib-metadata = ">=6.0.0,<8.0.0"
cachetools = ">=5.2.0,<6.0.0"
cyclonedx-python-lib = ">=6.0.0,<7.0.0"
packageurl-python = ">=0.11.1,<0.14.0"
click = ">=8.1.0,<9.0.0"
aiohttp = ">=3.8.0,<4.0.0"
aiodns = ">=3.0.0,<4.0.0"
aiomultiprocess = ">=0.9.0,<0.10.0"
schema = "<=0.7.5"
jsonschema = ">=4.17.0,<5.0.0"
prettytable = ">=3.6.0,<4.0.0"
charset-normalizer = ">=3.1.0,<4.0.0"
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"}
requests = ">=2.28.0,<3.0.0"
yarl = ">=1.9.1,<2.0.0"
openai = "<1.0.0" # it comes with a couple of changes a different dependencies, needs separate testing
spdx-tools = ">=0.8.0,<0.9.0"
license-expression = ">=30.1.0,<31.0.0"
rustworkx = ">=0.13.0,<0.14.0"
pydantic = ">=2.0.0,<3.0.0"
botocore = "==1.34.25"
urllib3 = "*"
[requires]
python_version = "3.8"