mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Update setup
This commit is contained in:
parent
a070a487c5
commit
04f48dbb97
3 changed files with 11 additions and 18 deletions
|
@ -3,19 +3,12 @@ requires = [
|
|||
"setuptools>=42",
|
||||
"wheel",
|
||||
"pyusb",
|
||||
"pyserial",
|
||||
"docopt",
|
||||
"pycryptodome",
|
||||
"unicorn",
|
||||
"colorama",
|
||||
"scrypt",
|
||||
"usb",
|
||||
"capstone",
|
||||
"enum34",
|
||||
"argparse",
|
||||
"pyelftools",
|
||||
"asn1",
|
||||
"keystone-engine",
|
||||
"asn1crypto"
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
|
|
@ -1,17 +1,10 @@
|
|||
wheel
|
||||
pyusb
|
||||
pyserial~=3.5
|
||||
docopt~=0.6.2
|
||||
docopt
|
||||
pycryptodome
|
||||
unicorn~=1.0.2
|
||||
colorama~=0.4.3
|
||||
colorama
|
||||
usb
|
||||
|
||||
scrypt~=0.8.13
|
||||
usb~=0.0.83.dev0
|
||||
unicorn~=1.0.2
|
||||
capstone~=4.0.2
|
||||
enum34~=1.1.10
|
||||
argparse~=1.4.0
|
||||
pyelftools~=0.26
|
||||
asn1~=2.4.1
|
||||
keystone-engine
|
||||
asn1crypto~=1.4.0
|
7
setup.py
7
setup.py
|
@ -22,6 +22,13 @@ setup(
|
|||
"Operating System :: OS Independent",
|
||||
],
|
||||
license='MIT License',
|
||||
install_requires=[
|
||||
'colorama',
|
||||
'docopt',
|
||||
'usb',
|
||||
'pyusb',
|
||||
'pycryptodome'
|
||||
],
|
||||
author='B. Kerler',
|
||||
author_email='info@revskills.de',
|
||||
description='Mediatek reverse engineering and flashing tools',
|
||||
|
|
Loading…
Reference in a new issue