gallia: relax argcomplete constraint

This commit is contained in:
Fabian Affolter 2023-05-16 12:08:37 +02:00
parent afeb23c7e0
commit 743362cdde

View file

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