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