mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-29 16:51:30 +00:00
build(core): install trezorlib in development mode (#1421)
This commit is contained in:
parent
1f5d8b89d7
commit
fd4d6f9749
@ -7,7 +7,7 @@ authors = ["SatoshiLabs <info@satoshilabs.com>"]
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
# all
|
# all
|
||||||
python = "^3.6"
|
python = "^3.6"
|
||||||
trezor = {path = "./python"}
|
trezor = {path = "./python", develop = true}
|
||||||
scons = "*"
|
scons = "*"
|
||||||
protobuf = "*"
|
protobuf = "*"
|
||||||
pyblake2 = "*"
|
pyblake2 = "*"
|
||||||
|
Loading…
Reference in New Issue
Block a user