Commit 9794620a authored by Chun Yu's avatar Chun Yu
Browse files

aider-chat: add optional dependencies for help and browser

parent f7a715c1
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
{
  python3Packages,
  withPlaywright ? false,
  withBrowser ? false,
  withHelp ? false,
  withOptional ? false,
}:

if withPlaywright then
  python3Packages.toPythonApplication python3Packages.aider-chat.passthru.withPlaywright
else if withBrowser then
  python3Packages.toPythonApplication python3Packages.aider-chat.passthru.withBrowser
else if withHelp then
  python3Packages.toPythonApplication python3Packages.aider-chat.passthru.withHelp
else if withOptional then
  python3Packages.toPythonApplication python3Packages.aider-chat.passthru.withOptional
else
  python3Packages.toPythonApplication python3Packages.aider-chat