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