forked from panther-labs/panther_analysis_tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
45 lines (42 loc) · 907 Bytes
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
bandit = "==1.7.0"
black = "==20.8b1"
isort = "==5.8.0"
mypy = "==0.812"
panther-core = "==0.0.10"
pylint = "==2.7.2"
pyfakefs = "==4.4.0"
nose = "==1.3.7"
PyYAML = "==5.4.1"
coverage = "==6.4.2"
[packages]
boto3 = "==1.21.42"
jsonpath-ng = "==1.5.3"
requests = "==2.27.1"
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 = "==2021.10.8"
chardet = "==4.0.0"
contextlib2 = "==0.6.0.post1"
decorator = "==5.1.1"
dynaconf = "==3.1.8"
idna = "==3.3"
jmespath = "==1.0.0"
ply = "==3.11"
python-dateutil = "==2.8.2"
"ruamel.yaml.clib" = "==0.2.6"
s3transfer = "==0.5.2"
six = "==1.16.0"
urllib3 = "==1.26.9"
typing-extensions = "==4.3.0"
jsonlines = "==3.0.0"
[requires]
python_version = "3.9"