mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
nix: add typing-extensions to dependencies
This commit is contained in:
parent
0390c1da0a
commit
4a516e5a89
@ -1,7 +1,7 @@
|
||||
with import <nixpkgs> {};
|
||||
|
||||
let
|
||||
myPython = python36.withPackages(p: [p.pytest p.black p.isort p.flake8 p.requests p.mnemonic p.construct p.pyblake2 p.mock p.ecdsa p.click p.libusb1 p.protobuf]);
|
||||
myPython = python36.withPackages(p: [p.pytest p.black p.isort p.flake8 p.requests p.mnemonic p.construct p.pyblake2 p.mock p.ecdsa p.click p.libusb1 p.protobuf p.typing-extensions]);
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "python-trezor-dev";
|
||||
|
Loading…
Reference in New Issue
Block a user