build(core): install trezorlib in development mode (#1421)

pull/45/head
Martin Milata 3 years ago committed by GitHub
parent 1f5d8b89d7
commit fd4d6f9749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ authors = ["SatoshiLabs <info@satoshilabs.com>"]
[tool.poetry.dependencies]
# all
python = "^3.6"
trezor = {path = "./python"}
trezor = {path = "./python", develop = true}
scons = "*"
protobuf = "*"
pyblake2 = "*"

Loading…
Cancel
Save