gallia: relax argcomplete constraint

This commit is contained in:
Fabian Affolter
2023-05-16 12:20:09 +02:00
parent afeb23c7e0
commit 743362cdde
+1
View File
@@ -19,6 +19,7 @@ python3.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [
"aiofiles"
"argcomplete"
"msgspec"
];