Merge pull request #232205 from fabaff/gallia-relax

gallia: relax argcomplete constraint
This commit is contained in:
Fabian Affolter 2023-05-16 13:04:38 +02:00 committed by GitHub
commit c1686d531b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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