1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 20:38:10 +00:00

feat(poetry): add binsize as a dependency

[no changelog]
This commit is contained in:
grdddj 2023-07-27 10:42:00 +02:00 committed by Jiří Musil
parent b0d7ca3ca2
commit 56df41afbd

View File

@ -72,6 +72,9 @@ inotify = "*"
yamllint = "^1.25.0"
vulture = "^2.6"
# tools
binsize = "^0.1.3"
[tool.poetry.dev-dependencies]
scan-build = "*"
towncrier = "^23.6.0"