forked from log2timeline/plaso
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
58 lines (57 loc) · 1.33 KB
/
tox.ini
File metadata and controls
58 lines (57 loc) · 1.33 KB
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
[tox]
envlist = py27, py34
[testenv]
pip_pre = True
sitepackages = True
setenv =
PYTHONPATH = {toxinidir}
deps =
pip >= 7.0.0
pytest
mock
IPython >= 1.2.1
PyYAML >= 3.10
XlsxWriter >= 0.9.3
artifacts >= 20150409
bencode
binplist >= 0.1.4
construct >= 2.5.2
dateutil >= 1.5
dfdatetime >= 20160319
dfvfs >= 20160803
dfwinreg >= 20160320
dpkt >= 1.8
efilter >= 1!1.3
hachoir-core >= 1.3.3
hachoir-metadata >= 1.3.3
hachoir-parser >= 1.3.4
libbde-python >= 20140531
libesedb-python >= 20150409
libevt-python >= 20120410
libevtx-python >= 20141112
libewf-python >= 20131210
libfsntfs-python >= 20151130
libfvde-python >= 20160719
libfwsi-python >= 20150606
liblnk-python >= 20150830
libmsiecf-python >= 20150314
libolecf-python >= 20151223
libqcow-python >= 20131204
libregf-python >= 20150315
libscca-python >= 20151226
libsigscan-python >= 20150627
libsmdev-python >= 20140529
libsmraw-python >= 20140612
libvhdi-python >= 20131210
libvmdk-python >= 20140421
libvshadow-python >= 20160109
pefile >= 1.2.10-139
psutil >= 1.2.1
pyparsing >= 2.0.3
pytsk3 >= 4.1.2
pytz
requests >= 2.2.1
six >= 1.1.0
yara-python >= 3.4.0
zmq >= 2.1.11
commands = python run_tests.py