mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
10 lines
164 B
TOML
10 lines
164 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel",
|
|
"pyusb",
|
|
"pycryptodome",
|
|
"colorama",
|
|
"usb"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|