decalage2 / oletools

oletools - python tools to analyze MS OLE2 files (Structured Storage, Compound File Binary Format) and MS Office documents, for malware analysis, forensics and debugging.
http://www.decalage.info/python/oletools
Other
2.81k stars 560 forks source link

requirements: made easygui optional with [gui] extra #857

Open ideeockus opened 1 month ago

decalage2 commented 1 month ago

Hello, is easygui causing problems in some cases? Just to understand the reason behind that change.

ideeockus commented 1 month ago

@decalage2 Hello, one of my dependency package depends on oletools some way. I noticed easygui in my requirements, but I don't need gui at all. So I think this dependency should be optional.