forked from log2timeline/dftimewolf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
37 lines (34 loc) · 786 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
mock = "*"
pylint = "*"
coverage = "*"
monkeytype = "*"
mypy = "*"
yapf = "*"
types-protobuf = "*"
types-filelock = "*"
types-PyYAML = "*"
[packages]
beautifulsoup4 = "*"
google-cloud-logging = ">=2.0"
pyOpenSSL = "<20.0.0" # GRR uses an older version of cryptography
grr_api_client = "*"
libcloudforensics = "*"
pypdf2 = "*"
pyyaml = "*"
requests = "*"
six = "*"
timesketch-api-client = ">=20200514"
timesketch-import-client = ">=20200514"
turbinia = {git = "https://github.com/google/turbinia.git", ref = "master"}
pandas = "*"
google-cloud-error-reporting = "<1.2.0" # While we wait for turbinia to bump the dep
cmd2 = "*"
psutil = "*"
prettytable = "*"
[requires]
python_version = "3.8"