Skip to content

Commit

Permalink
setup: fixed XLMMacroDeobfuscator dependencies using PEP508 syntax, f…
Browse files Browse the repository at this point in the history
…ixes #690
  • Loading branch information
decalage2 committed Jun 2, 2021
1 parent 557803a commit 0ae05ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,10 @@ def main():
'full': [
# For XLMMacroDeobfuscator, the release on PyPI is quite old compared
# to the github version, so for now we have to install from github:
# 'https://github.com/DissectMalware/xlrd2/archive/master.zip',
# 'https://github.com/DissectMalware/pyxlsb2/archive/master.zip',
# 'https://github.com/DissectMalware/XLMMacroDeobfuscator/archive/master.zip',
'XLMMacroDeobfuscator',
'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',
# 'XLMMacroDeobfuscator',
]
}
)
Expand Down

0 comments on commit 0ae05ba

Please sign in to comment.