forked from log2timeline/dftimewolf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
140 lines (138 loc) · 5.46 KB
/
requirements-dev.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements --dev
#
# Note: in pipenv 2020.x, "--dev" changed to emit both default and development
# requirements. To emit only development requirements, pass "--dev-only".
-i https://pypi.org/simple
adal==1.2.7
altair==4.1.0; python_version >= '3.6'
amqp==2.6.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
astroid==2.7.2; python_version ~= '3.6'
attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
azure-common==1.1.27
azure-core==1.17.0
azure-identity==1.6.1
azure-mgmt-compute==22.1.0
azure-mgmt-core==1.3.0
azure-mgmt-monitor==2.0.0
azure-mgmt-network==19.0.0
azure-mgmt-resource==19.0.0
azure-mgmt-storage==18.0.0
azure-storage-blob==12.8.1
beautifulsoup4==4.9.3
billiard==3.6.4.0
boto3==1.18.27; python_version >= '3.6'
botocore==1.21.27; python_version >= '3.6'
cachetools==4.2.2; python_version ~= '3.5'
celery==4.4.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
certifi==2021.5.30
cffi==1.14.6
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
click==8.0.1; python_version >= '3.6'
cmd2==2.1.2
colorama==0.4.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
colorlog==2.10.0
coverage==5.5
cryptography==2.9.2
docker==5.0.0; python_version >= '3.6'
ecdsa==0.17.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
entrypoints==0.3; python_version >= '2.7'
filelock==3.0.12
git+https://github.com/google/turbinia.git@3c610cc337baad69e0019e87c59df4d321c696fd#egg=turbinia
google-api-core[grpc]==1.31.2; python_version >= '3.6'
google-api-python-client==2.17.0; python_version >= '3.6'
google-auth-httplib2==0.1.0
google-auth-oauthlib==0.4.5; python_version >= '3.6'
google-auth==1.35.0; python_version >= '3.6'
google-cloud-core==1.7.2; python_version >= '3.6'
google-cloud-datastore==2.0.0; python_version >= '3.6'
google-cloud-error-reporting==1.1.2
google-cloud-logging==2.3.1
google-cloud-pubsub==1.7.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
google-cloud-storage==1.42.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
google-crc32c==1.1.2; python_version >= '3.6'
google-resumable-media==2.0.0; python_version >= '3.6'
googleapis-common-protos[grpc]==1.53.0; python_version >= '3.6'
grpc-google-iam-v1==0.12.3
grpcio==1.39.0
grr-api-client==3.4.5.post1
grr-response-proto==3.4.5.post1
httplib2==0.19.1
idna==2.10
isodate==0.6.0
isort==5.9.3; python_version < '4.0' and python_full_version >= '3.6.1'
jinja2==3.0.1; python_version >= '3.6'
jmespath==0.10.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
jsonschema==3.2.0
kombu==4.6.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
lazy-object-proxy==1.6.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
libcloudforensics==20210810
libcst==0.3.20; python_version >= '3.6'
markupsafe==2.0.1; python_version >= '3.6'
mccabe==0.6.1
mock==4.0.3
monkeytype==21.5.0
msal-extensions==0.3.0
msal==1.13.0
msrest==0.6.21
msrestazure==0.6.4
mypy-extensions==0.4.3
mypy==0.910
netaddr==0.8.0
networkx==2.6.2; python_version >= '3.7'
numpy==1.21.2; python_version < '3.11' and python_version >= '3.7'
oauthlib==3.1.1; python_version >= '3.6'
packaging==21.0; python_version >= '3.6'
pandas==1.3.2
platformdirs==2.2.0; python_version >= '3.6'
portalocker==1.7.1; platform_system != 'Windows'
prettytable==2.1.0
prometheus-client==0.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
proto-plus==1.19.0; python_version >= '3.6'
protobuf==3.12.2
psq==0.8.0
psutil==5.8.0
pyasn1-modules==0.2.8
pyasn1==0.4.8
pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pycryptodome==3.10.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pyjwt[crypto]==1.7.1
pylint==2.10.2
pyopenssl==19.1.0
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
pypdf2==1.26.0
pyperclip==1.8.2
pyrsistent==0.18.0; python_version >= '3.6'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2021.1
pyyaml==5.4.1
redis==3.5.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
requests-oauthlib==1.3.0
requests==2.25.1
rsa==4.7.2; python_version >= '3.6'
s3transfer==0.5.0; python_version >= '3.6'
six==1.16.0
soupsieve==2.2.1; python_version >= '3'
sshpubkeys==3.3.1; python_version >= '3'
timesketch-api-client==20210602
timesketch-import-client==20210602
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
toolz==0.11.1; python_version >= '3.5'
types-filelock==0.1.5
types-futures==0.1.6
types-protobuf==3.17.4
types-pyyaml==5.4.6
typing-extensions==3.10.0.0
typing-inspect==0.7.1
uritemplate==3.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
urllib3[secure]==1.26.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
vine==1.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
wcwidth==0.2.5
websocket-client==1.2.1; python_version >= '3.6'
werkzeug==0.16.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
wrapt==1.12.1
xlrd==2.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
yapf==0.31.0