1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-20 06:28:09 +00:00

fix: remove appdirs from pyproject.toml

This commit is contained in:
M1nd3r 2024-11-19 14:04:46 +01:00
parent 4c29377f0c
commit c5900f3275

View File

@ -11,7 +11,6 @@ trezor = {path = "./python", develop = true}
scons = "*"
protobuf = "*"
nanopb = "^0.4.3"
appdirs ="*"
## test tools
pytest = "^8"