Commit 743362cd authored by Fabian Affolter's avatar Fabian Affolter
Browse files

gallia: relax argcomplete constraint

parent afeb23c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ python3.pkgs.buildPythonApplication rec {

  pythonRelaxDeps = [
    "aiofiles"
    "argcomplete"
    "msgspec"
  ];