mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 18:53:17 +00:00
python3Packages.twilio: add cryptography to checkInputs
This commit is contained in:
parent
0962181e61
commit
b4c307de89
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, cryptography
|
||||
, django
|
||||
, fetchFromGitHub
|
||||
, mock
|
||||
@ -32,6 +33,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
cryptography
|
||||
django
|
||||
mock
|
||||
multidict
|
||||
|
Loading…
Reference in New Issue
Block a user