williballenthin / python-evtx

Pure Python parser for Windows Event Log files (.evtx)
Apache License 2.0
732 stars 166 forks source link

Updated setup.py testing requirements #72

Closed chapinb closed 3 years ago

chapinb commented 3 years ago

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.

chapinb commented 3 years ago

Thank you @williballenthin! Happy to contribute to a great project :)

williballenthin commented 3 years ago

v0.7.4 now available via pypi with these changes