Thank you for this incredibly helpful project! I just wanted to contribute some tinkering to the setup.py file that limits the installation requirements for non-development usage. I also noticed that lxml was required to get unit tests passing, so I added it to that section as well. Let me know of any feedback!
I didn't update the README section on installation, though can to reflect if someone wants to run the unit tests, the would need to install the library with pip install python-evtx[test] to ensure pytest & lxml are included.
Thank you for this incredibly helpful project! I just wanted to contribute some tinkering to the setup.py file that limits the installation requirements for non-development usage. I also noticed that
lxml
was required to get unit tests passing, so I added it to that section as well. Let me know of any feedback!I didn't update the README section on installation, though can to reflect if someone wants to run the unit tests, the would need to install the library with
pip install python-evtx[test]
to ensure pytest & lxml are included.