Commit 557803ae2cbd88b0857018397192a42dbaacafd0
1 parent
08056c17
setup: revert XLMMacroDeobfuscator dependency to PyPI
Showing
1 changed file
with
4 additions
and
3 deletions
setup.py
| ... | ... | @@ -333,9 +333,10 @@ def main(): |
| 333 | 333 | 'full': [ |
| 334 | 334 | # For XLMMacroDeobfuscator, the release on PyPI is quite old compared |
| 335 | 335 | # to the github version, so for now we have to install from github: |
| 336 | - 'https://github.com/DissectMalware/xlrd2/archive/master.zip', | |
| 337 | - 'https://github.com/DissectMalware/pyxlsb2/archive/master.zip', | |
| 338 | - 'https://github.com/DissectMalware/XLMMacroDeobfuscator/archive/master.zip', | |
| 336 | + # 'https://github.com/DissectMalware/xlrd2/archive/master.zip', | |
| 337 | + # 'https://github.com/DissectMalware/pyxlsb2/archive/master.zip', | |
| 338 | + # 'https://github.com/DissectMalware/XLMMacroDeobfuscator/archive/master.zip', | |
| 339 | + 'XLMMacroDeobfuscator', | |
| 339 | 340 | ] |
| 340 | 341 | } |
| 341 | 342 | ) | ... | ... |