Commit 9a4ce5b8 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.psygnal: 0.6.0 -> 0.8.1

parent cf7eeed2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
, fetchFromGitHub
, hatch-vcs
, hatchling
, mypy-extensions
, numpy
, pydantic
, pytest-mypy-plugins
@@ -34,6 +35,7 @@ buildPythonPackage rec {
  ];

  propagatedBuildInputs = [
    mypy-extensions
    typing-extensions
  ];