Skip to content

Commit 1ea9d04

Browse files
setup.py: fix #67
1 parent 4e9e295 commit 1ea9d04

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
'pytest',
2727
'hexdump',
2828
'pytest-cov',
29+
30+
# pin deps for python 2, see #67
31+
'more_itertools==5.0.0',
32+
'zipp==1.0.0',
33+
'configparser==4.0.2',
34+
'pyparsing==2.4.7',
2935
],
3036
scripts=['scripts/evtx_dump.py',
3137
'scripts/evtx_dump_chunk_slack.py',

0 commit comments

Comments
 (0)