2024-07-31 10:40:59 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "trezor_core_tools"
|
2024-09-04 09:17:11 +00:00
|
|
|
version = "0.1.1"
|
2024-07-31 10:40:59 +00:00
|
|
|
description = "Collection of CLI tools for trezor-core development"
|
|
|
|
authors = ["matejcik <jan.matejek@satoshilabs.com>"]
|
|
|
|
license = "GPLv3+"
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.8"
|
|
|
|
trezor = "^0.13.9"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
|
|
|
|
[tool.poetry.scripts]
|
|
|
|
headertool = "trezor_core_tools.headertool:cli"
|
|
|
|
layout_parser = "trezor_core_tools.layout_parser:main"
|
2024-09-04 09:17:11 +00:00
|
|
|
lsgen = "trezor_core_tools.lsgen:main"
|
2024-07-31 10:40:59 +00:00
|
|
|
combine_firmware = "trezor_core_tools.combine_firmware:main"
|