Skip to content

Commit fd26e04

Browse files
committed
Moved lxml to testing dependency
1 parent 8fafe0b commit fd26e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
install_requires=[
2525
'six',
2626
'hexdump==3.3',
27-
'lxml==4.6.3',
2827

2928
# pin deps for python 2, see #67
3029
'more_itertools==5.0.0',
@@ -37,6 +36,7 @@
3736
"test": [
3837
'pytest-cov==2.11.1',
3938
'pytest==4.6.11',
39+
'lxml==4.6.3',
4040
]
4141
},
4242
scripts=['scripts/evtx_dump.py',

0 commit comments

Comments
 (0)