Loading pkgs/development/python-modules/nibe/default.nix +13 −0 Original line number Diff line number Diff line Loading @@ -3,12 +3,15 @@ , aresponses , async-modbus , async-timeout , asyncclick , buildPythonPackage , construct , exceptiongroup , fetchFromGitHub , pandas , pytest-asyncio , pytestCheckHook , python-slugify , pythonOlder , setuptools , tenacity Loading Loading @@ -40,6 +43,16 @@ buildPythonPackage rec { tenacity ]; passthru.optional-dependencies = { convert = [ pandas python-slugify ]; cli = [ asyncclick ]; }; nativeCheckInputs = [ aresponses pytest-asyncio Loading Loading
pkgs/development/python-modules/nibe/default.nix +13 −0 Original line number Diff line number Diff line Loading @@ -3,12 +3,15 @@ , aresponses , async-modbus , async-timeout , asyncclick , buildPythonPackage , construct , exceptiongroup , fetchFromGitHub , pandas , pytest-asyncio , pytestCheckHook , python-slugify , pythonOlder , setuptools , tenacity Loading Loading @@ -40,6 +43,16 @@ buildPythonPackage rec { tenacity ]; passthru.optional-dependencies = { convert = [ pandas python-slugify ]; cli = [ asyncclick ]; }; nativeCheckInputs = [ aresponses pytest-asyncio Loading