Loading pkgs/development/python-modules/aioopenexchangerates/default.nix +8 −2 Original line number Diff line number Diff line { lib , aiohttp , aioresponses , pydantic_1 , pydantic , buildPythonPackage , fetchFromGitHub , poetry-core , pytest-aiohttp , pytestCheckHook , pythonOlder , pythonRelaxDepsHook }: buildPythonPackage rec { Loading @@ -31,11 +32,16 @@ buildPythonPackage rec { nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; pythonRelaxDeps = [ "pydantic" ]; propagatedBuildInputs = [ aiohttp pydantic_1 pydantic ]; nativeCheckInputs = [ Loading Loading
pkgs/development/python-modules/aioopenexchangerates/default.nix +8 −2 Original line number Diff line number Diff line { lib , aiohttp , aioresponses , pydantic_1 , pydantic , buildPythonPackage , fetchFromGitHub , poetry-core , pytest-aiohttp , pytestCheckHook , pythonOlder , pythonRelaxDepsHook }: buildPythonPackage rec { Loading @@ -31,11 +32,16 @@ buildPythonPackage rec { nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; pythonRelaxDeps = [ "pydantic" ]; propagatedBuildInputs = [ aiohttp pydantic_1 pydantic ]; nativeCheckInputs = [ Loading