1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 10:29:01 +00:00
trezor-firmware/Pipfile
2018-07-10 11:19:47 +02:00

17 lines
296 B
TOML

[[source]]
url = "https://pypi.org/simple"
name = "pypi"
verify_ssl = true
[packages]
trezor = {git = "https://github.com/trezor/python-trezor", editable = true, ref = "master"}
protobuf = "==3.4.0"
pytest = "*"
mock = "*"
isort = "*"
flake8 = "*"
black = "*"
[pipenv]
allow_prereleases = true