mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-10 01:30:19 +00:00
16 lines
296 B
TOML
16 lines
296 B
TOML
|
[tool.poetry]
|
||
|
name = "trezor-pylint-plugin"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["matejcik <ja@matejcik.cz>"]
|
||
|
readme = "README.md"
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.8"
|
||
|
pylint = "*"
|
||
|
astroid = "*"
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|