python310Packages.google-cloud-automl: adjust inputs

This commit is contained in:
Fabian Affolter
2022-12-28 18:22:57 +01:00
parent 4ce172cc2d
commit f389fa2f10
@@ -1,18 +1,17 @@
{ lib
, buildPythonPackage
, fetchPypi
, pytestCheckHook
, libcst
, google-api-core
, google-cloud-storage
, google-cloud-testutils
, libcst
, mock
, pandas
, proto-plus
, protobuf
, pytest-asyncio
, mock
, pytestCheckHook
, pythonOlder
, pandas
, google-cloud-storage
}:
buildPythonPackage rec {