forked from panther-labs/panther_analysis_tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
39 lines (36 loc) · 733 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
[[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"
pylint = "==2.7.2"
pyfakefs = "==4.4.0"
nose = "==1.3.7"
PyYAML = "==5.4.1"
[packages]
boto3 = "==1.17.34"
jsonpath-ng = "==1.5.2"
requests = "==2.25.1"
schema = "==0.7.4"
semver = "==2.13.0"
"ruamel.yaml" = "==0.16.13"
botocore = "==1.20.40"
certifi = "==2020.12.5"
chardet = "==4.0.0"
contextlib2 = "==0.6.0.post1"
decorator = "==4.4.2"
dynaconf = "==3.1.7"
idna = "==2.10"
jmespath = "==0.10.0"
ply = "==3.11"
python-dateutil = "==2.8.1"
"ruamel.yaml.clib" = "==0.2.2"
s3transfer = "==0.3.6"
six = "==1.15.0"
urllib3 = "==1.26.5"
[requires]
python_version = "3.7"