mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 12:28:09 +00:00
20 lines
360 B
TOML
20 lines
360 B
TOML
|
[tool.poetry]
|
||
|
name = "toiftool"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["matejcik <ja@matejcik.cz>"]
|
||
|
readme = "README.md"
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = ">=3.8"
|
||
|
trezor = ">=0.13"
|
||
|
click = ">=7.0,<9.0"
|
||
|
Pillow = "^9"
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|
||
|
|
||
|
[tool.poetry.scripts]
|
||
|
toiftool = "toiftool:cli"
|