forked from panther-labs/panther_analysis_tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
53 lines (50 loc) · 1.16 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
bandit = "==1.7.0"
black = "==24.3.0"
isort = "==5.12.0"
mypy = "==0.812"
pylint = "==2.7.2"
pyfakefs = "==4.4.0"
nose = "==1.3.7"
PyYAML = "==6.0.0"
coverage = "==6.4.2"
twine = "==4.0.2"
responses = "==0.25.0"
typed-ast = { version = "==1.4.3", markers = "python_version < '3.8' and implementation_name == 'cpython'" }
[packages]
boto3 = "==1.21.42"
jsonpath-ng = "==1.5.3"
requests = "==2.31.0"
schema = "==0.7.5"
semver = "==2.13.0"
gql = { extras = ["aiohttp"], version = "==3.3.0" }
graphql-core = "==3.2.1"
"ruamel.yaml" = "==0.17.21"
botocore = "==1.24.42"
certifi = "==2023.7.22"
chardet = "==4.0.0"
contextlib2 = "==0.6.0.post1"
decorator = "==5.1.1"
dynaconf = "==3.1.8"
idna = "==3.3"
jmespath = "==1.0.0"
jsonschema = "4.17.3"
packaging = "==23.0"
ply = "==3.11"
policyuniverse = "==1.5.0.20220613"
python-dateutil = "==2.8.2"
"ruamel.yaml.clib" = "==0.2.7"
s3transfer = "==0.5.2"
six = "==1.16.0"
sqlfluff = "==2.1.2"
nested-lookup = "==0.2.25"
urllib3 = "==1.26.18"
typing-extensions = "==4.3.0"
jsonlines = "==3.0.0"
panther-core = "==0.8.1"
[requires]
python_version = "3.9"