Unverified Commit b87655eb authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python310Packages.deepdiff: Add python-dateutil to checkInputs

Was previously propagated through clevercsv.
parent 5b865460
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
, jsonpickle
, numpy
, pytestCheckHook
, python-dateutil
, pyyaml
, toml
, pythonOlder
@@ -50,6 +51,7 @@ buildPythonPackage rec {
    jsonpickle
    numpy
    pytestCheckHook
    python-dateutil
  ] ++ passthru.optional-dependencies.cli;

  pythonImportsCheck = [