python3Packages.weatherflow4py: relax marshmallow constraint

This commit is contained in:
Martin Weinelt
2026-01-08 02:43:18 -08:00
committed by Robert Schütz
parent b8f6b98eb5
commit ab8a075105
@@ -36,6 +36,8 @@ buildPythonPackage rec {
websockets
];
pythonRelaxDeps = [ "marshmallow" ];
nativeCheckInputs = [
aioresponses
pytest-asyncio