Files
trezor-firmware/python/tools/toiftool/pyproject.toml
2025-09-08 16:27:44 +02:00

20 lines
374 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "toiftool"
version = "0.1.0"
description = ""
authors = [{ name = "matejcik", email = "ja@matejcik.cz" }]
requires-python = ">=3.8"
readme = "README.md"
dependencies = [
"trezor>=0.13",
"click>=7.0,<9.0",
"Pillow>=10.0.1",
]
[project.scripts]
toiftool = "toiftool:cli"