Commit cbdd9abb authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.nibe: add optional-dependencies

parent 4008376f
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -3,12 +3,15 @@
, aresponses
, async-modbus
, async-timeout
, asyncclick
, buildPythonPackage
, construct
, exceptiongroup
, fetchFromGitHub
, pandas
, pytest-asyncio
, pytestCheckHook
, python-slugify
, pythonOlder
, setuptools
, tenacity
@@ -40,6 +43,16 @@ buildPythonPackage rec {
    tenacity
  ];

  passthru.optional-dependencies = {
    convert = [
      pandas
      python-slugify
    ];
    cli = [
      asyncclick
    ];
  };

  nativeCheckInputs = [
    aresponses
    pytest-asyncio