mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
21 lines
340 B
TOML
21 lines
340 B
TOML
[build-system]
|
|
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"
|