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