Unverified Commit b0ad2cea authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

shell-gpt: fix build issue (#461412)

parents 0e3a5945 aeedac8f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ python3.pkgs.buildPythonApplication rec {
    "typer"
    "instructor"
    "jinja2"
    "openai"
  ];

  build-system = with python3.pkgs; [ hatchling ];