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