Commit b23802a7088cad4861fee64a31c4d0ccf816dcbf

Authored by decalage2
1 parent 0ae05ba4

setup: added comment about optional dependencies

Showing 1 changed file with 3 additions and 0 deletions
setup.py
... ... @@ -336,6 +336,9 @@ def main():
336 336 'xlrd2@https://github.com/DissectMalware/xlrd2/archive/master.zip',
337 337 'pyxlsb2@https://github.com/DissectMalware/pyxlsb2/archive/master.zip',
338 338 'XLMMacroDeobfuscator@https://github.com/DissectMalware/XLMMacroDeobfuscator/archive/master.zip',
  339 + # References for the syntax:
  340 + # https://github.com/decalage2/oletools/issues/690
  341 + # https://stackoverflow.com/questions/30239152/specify-extras-require-with-pip-install-e
339 342 # 'XLMMacroDeobfuscator',
340 343 ]
341 344 }
... ...