forked from nccgroup/ScoutSuite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
executable file
·68 lines (59 loc) · 1.42 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
# Core
python-dateutil<2.8.1,>=2.1
netaddr>=0.8.0
sqlitedict>=1.6.0
cherrypy>=18.1.0
cherrypy-cors>=1.6
coloredlogs<=10.0
asyncio-throttle==0.1.1
# AWS Provider
botocore>=1.20.21
boto3>=1.9.210
policyuniverse>=1.3.2.0
# GCP Provider
grpcio>=1.18.0
## Cloud Libraries
google-cloud-container>=2.1.0
google-cloud-core>=0.29.1
google-cloud-iam>=0.1.0
google-cloud-logging>=2.2.0
google-cloud-monitoring==1.1.0
google-cloud-resource-manager>=0.28.3
google-cloud-storage>=1.13.2
google-cloud-kms==1.3.0
## API Client Libraries
google-api-python-client>=2.47.0
oauth2client>=4.1.3
## Necessary since API Client Libraries are not thread-safe
httplib2shim>=0.0.3
#for authentication
azure-identity==1.5.0
## for resources
azure-mgmt-resource==15.0.0
azure-mgmt-storage==16.0.0
azure-mgmt-monitor==2.0.0
azure-mgmt-sql==1.0.0
azure-mgmt-security==1.0.0
azure-mgmt-keyvault==8.0.0
azure-mgmt-network==17.1.0
azure-mgmt-redis==12.0.0
azure-mgmt-web==1.0.0
azure-mgmt-compute==18.2.0
azure-mgmt-authorization==3.0.0
azure-mgmt-rdbms==8.0.0
msgraph-core==0.2.2
# Aliyun / Alibaba Cloud Provider
aliyun-python-sdk-core>=2.13.4
aliyun-python-sdk-ram>=3.0.1
aliyun-python-sdk-ocs>=0.0.4
aliyun-python-sdk-sts>=3.0.1
aliyun-python-sdk-actiontrail>=2.0.0
aliyun-python-sdk-vpc>=3.0.5
aliyun-python-sdk-ecs>=4.16.10
aliyun-python-sdk-rds>=2.3.9
aliyun-python-sdk-kms>=2.6.0
oss2>=2.8.0
# Oracle Cloud Infrastructure Provider
oci>=2.2.4
# Kubernetes SDK
kubernetes