Skip to content

Commit bbe4b91

Browse files
UPDATE - bumping to v0.2.3, remove direct dependency #100
1 parent 292dec0 commit bbe4b91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

XLMMacroDeobfuscator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.2'
1+
__version__ = '0.2.3'

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
license='Apache License 2.0',
3535
python_requires='>=3.4',
3636
install_requires=[
37-
"pyxlsb2@https://github.com/DissectMalware/pyxlsb2/archive/master.zip",
37+
"pyxlsb2",
3838
"lark-parser",
39-
"xlrd2@https://github.com/DissectMalware/xlrd2/archive/master.zip",
39+
"xlrd2",
4040
"untangle==1.1.1",
4141
"msoffcrypto-tool",
4242
"roman"

0 commit comments

Comments
 (0)