python3Packages.twilio: add cryptography to checkInputs
This commit is contained in:
committed by
Martin Weinelt
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
|
||||
|
||||
Reference in New Issue
Block a user