python3Packages.sendgrid: propagate six

This commit is contained in:
Martin Weinelt
2022-04-20 02:48:29 +02:00
parent 1ac3bb0c7d
commit f9c5259b71
@@ -7,6 +7,7 @@
, pythonOlder
, pyyaml
, starkbank-ecdsa
, six
, werkzeug
}:
@@ -27,6 +28,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
python-http-client
starkbank-ecdsa
six
];
checkInputs = [