From b23802a7088cad4861fee64a31c4d0ccf816dcbf Mon Sep 17 00:00:00 2001 From: decalage2 Date: Wed, 2 Jun 2021 22:05:36 +0200 Subject: [PATCH] setup: added comment about optional dependencies --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 778d4ea2..373e42ac 100644 --- a/setup.py +++ b/setup.py @@ -336,6 +336,9 @@ def main(): 'xlrd2@https://github.com/DissectMalware/xlrd2/archive/master.zip', 'pyxlsb2@https://github.com/DissectMalware/pyxlsb2/archive/master.zip', 'XLMMacroDeobfuscator@https://github.com/DissectMalware/XLMMacroDeobfuscator/archive/master.zip', + # References for the syntax: + # https://github.com/decalage2/oletools/issues/690 + # https://stackoverflow.com/questions/30239152/specify-extras-require-with-pip-install-e # 'XLMMacroDeobfuscator', ] }