Skip to content

Commit acd3648

Browse files
author
Willi Ballenthin
committed
setup: add six dep
1 parent 05cc4d0 commit acd3648

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
url="https://github.com/williballenthin/python-evtx",
1414
license="Apache 2.0 License",
1515
packages=setuptools.find_packages(),
16-
install_requires=['hexdump'],
16+
install_requires=['hexdump', 'six'],
1717
)

0 commit comments

Comments
 (0)