Skip to content

Commit

Permalink
dep[utils]update
Browse files Browse the repository at this point in the history
  • Loading branch information
serfend committed May 8, 2023
1 parent 0aea3f5 commit bbc8246
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pydumpck/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__description__ = "pydumpck is a multi-threads tool for decompile exe,elf,pyz,pyc packed by python which is base on pycdc and uncompyle6.sometimes its py-file result not exactly right ,maybe could use uncompyle6."
__keywords__ = ['pydumpck', 'decomplier', 'pe', 'elf', 'pyc', 'pyz']
__url__ = "https://github.com/serfend/pydumpck"
__version__ = "1.15.21"
__version__ = "1.16.0"
__author__ = "serfend"
__author_email__ = "serfend@foxmail.com"
__license__ = "MIT Licence"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sgtpyutils >= 1.15.14
sgtpyutils >= 1.15.22
pyinstaller >= 5.10.1
tinyaes
uncompyle6 >= 3.8.0
xdis >= 6.0.4
uncompyle6 >= 3.9.0
xdis >= 6.0.5

0 comments on commit bbc8246

Please sign in to comment.