gallia: relax aiofiles constraint

This commit is contained in:
Fabian Affolter 2023-03-30 11:17:24 +02:00
parent 1084cae749
commit 2c1f99f38e

View File

@ -18,6 +18,7 @@ python3.pkgs.buildPythonApplication rec {
};
pythonRelaxDeps = [
"aiofiles"
"msgspec"
];