Skip to content

Commit

Permalink
setup: added comment about optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
decalage2 committed Jun 2, 2021
1 parent 0ae05ba commit b23802a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
}
Expand Down

0 comments on commit b23802a

Please sign in to comment.