You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/Pipfile

17 lines
296 B

[[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