python39Packages.google-cloud-bigquery-datatransfer: add missing dep

This commit is contained in:
Sandro Jäckel 2021-10-05 10:24:14 +02:00
parent 8c611f2555
commit 671b2b2647
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -6,6 +6,7 @@
, proto-plus
, pytestCheckHook
, pytest-asyncio
, pytz
, mock
}:
@ -18,7 +19,7 @@ buildPythonPackage rec {
sha256 = "fcb71ebe5c5b232d24fe7d666b65709e4fc8db43263c8182e5ed8e5a52abefec";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];
propagatedBuildInputs = [ google-api-core libcst proto-plus pytz ];
checkInputs = [ mock pytestCheckHook pytest-asyncio ];
pythonImportsCheck = [