python3Packages.pyportainer: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-08 19:22:53 -07:00
parent e1b40f5381
commit be1222f4f6
@@ -8,6 +8,7 @@
lib,
mashumaro,
orjson,
pyprojectVersionPatchHook,
pytest-cov-stub,
pytestCheckHook,
syrupy,
@@ -29,6 +30,10 @@ buildPythonPackage (finalAttrs: {
build-system = [ hatchling ];
nativeBuildInputs = [
pyprojectVersionPatchHook
];
dependencies = [
aiohttp
mashumaro