python310Packages.psygnal: 0.6.0 -> 0.8.1

Changelog: https://github.com/pyapp-kit/psygnal/blob/v0.8.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-02-25 17:37:50 +01:00
parent cf7eeed2a5
commit 9a4ce5b840

View File

@ -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
];