Skip to content

Commit

Permalink
setup.py: changed XLMMacroDeobfuscator dependency to the PyPI version…
Browse files Browse the repository at this point in the history
… instead of GitHub
  • Loading branch information
decalage2 committed May 9, 2022
1 parent b3cdab8 commit aafef85
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,15 +332,16 @@ def main():
extras_require={
# Optional packages - to be installed with pip install -U oletools[full]
'full': [
'XLMMacroDeobfuscator',
# Disabled the direct links to GitHub as it's now refused by PyPI:
# For XLMMacroDeobfuscator, the release on PyPI is quite old compared
# to the github version, so for now we have to install from github:
'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',
# '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 aafef85

Please sign in to comment.