Skip to content

Commit 8fafe0b

Browse files
committed
Added lxml dependency to pass unit tests
1 parent f2b96ed commit 8fafe0b

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,7 @@
2424
install_requires=[
2525
'six',
2626
'hexdump==3.3',
27-
27+
'lxml==4.6.3',
2828

2929
# pin deps for python 2, see #67
3030
'more_itertools==5.0.0',

0 commit comments

Comments
 (0)