Merge pull request #162173 from milahu/patch-18

This commit is contained in:
Sandro 2022-03-26 13:11:21 +01:00 committed by GitHub
commit 2ccc472a8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
, pytestCheckHook
, pytest-asyncio
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
@ -26,6 +27,7 @@ buildPythonPackage rec {
libcst
google-api-core
proto-plus
setuptools
];
checkInputs = [