Commit 5384c132 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.cwl-upgrader: add mypy-extensions

parent 8fa251f6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, mypy-extensions
, pytest-xdist
, pytestCheckHook
, pythonOlder
@@ -30,6 +31,7 @@ buildPythonPackage rec {
  '';

  propagatedBuildInputs = [
    mypy-extensions
    ruamel-yaml
    schema-salad
  ];