python3Packages.twilio: add cryptography to checkInputs

This commit is contained in:
Martin Weinelt 2022-10-05 01:41:35 +02:00 committed by Martin Weinelt
parent 0962181e61
commit b4c307de89

View File

@ -1,5 +1,6 @@
{ lib
, buildPythonPackage
, cryptography
, django
, fetchFromGitHub
, mock
@ -32,6 +33,7 @@ buildPythonPackage rec {
];
checkInputs = [
cryptography
django
mock
multidict