forked from cloud-custodian/cloud-custodian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
80 lines (80 loc) · 1.64 KB
/
requirements.txt
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
apipkg==1.5
appdirs==1.4.4
argcomplete==1.12.1
atomicwrites==1.4.0; sys_platform == "win32"
attrs==20.2.0
aws-xray-sdk==2.6.0
bleach==3.2.1
boto3==1.15.11
botocore==1.18.11
certifi==2020.6.20
cffi==1.14.3; sys_platform == "linux"
chardet==3.0.4
colorama==0.4.3
coverage==5.3
cryptography==3.1.1; sys_platform == "linux"
distlib==0.3.1
docutils==0.16
execnet==1.7.1
filelock==3.0.12
flake8==3.8.4
future==0.18.2
idna==2.10
importlib-metadata==1.7.0
importlib-resources==3.0.0; python_version < "3.7"
iniconfig==1.0.1
jeepney==0.4.3; sys_platform == "linux"
jmespath==0.10.0
jsonpatch==1.26
jsonpickle==1.3
jsonpointer==2.0
jsonschema==3.2.0
keyring==21.4.0
mccabe==0.6.1
mock==4.0.2
more-itertools==8.5.0
multidict==4.7.6; python_version >= "3.6"
packaging==20.4
pkginfo==1.5.0.1
placebo==0.9.0
pluggy==0.13.1
portalocker==1.7.1
psutil==5.7.2
py==1.9.0
pycodestyle==2.6.0
pycparser==2.20; sys_platform == "linux"
pyflakes==2.2.0
pygments==2.7.1
pyparsing==2.4.7
pyrsistent==0.17.3
pytest==6.0.2
pytest-cov==2.10.1
pytest-forked==1.3.0
pytest-sugar==0.9.4
pytest-terraform==0.5.1
pytest-xdist==1.34.0
python-dateutil==2.8.1
pywin32==228; platform_system == "Windows"
pywin32-ctypes==0.2.0; sys_platform == "win32"
pyyaml==5.3.1
readme-renderer==26.0
requests==2.24.0
requests-toolbelt==0.9.1
rfc3986==1.4.0
s3transfer==0.3.3
secretstorage==3.1.2; sys_platform == "linux"
six==1.15.0
tabulate==0.8.7
termcolor==1.1.0
toml==0.10.1
tox==3.20.0
tqdm==4.50.0
twine==3.2.0
typing-extensions==3.7.4.3; python_version >= "3.6" and python_version < "3.8"
urllib3==1.25.10
vcrpy==4.1.0
virtualenv==20.0.33
webencodings==0.5.1
wrapt==1.12.1
yarl==1.6.0; python_version >= "3.6"
zipp==3.3.0