This commit is contained in:
Reinier Criel 2025-12-15 14:42:58 +01:00
parent fc5df6cd14
commit dc6fcb9761
6 changed files with 697 additions and 0 deletions

View file

@ -94,6 +94,12 @@ export const knownAikidoTools = [
ecoSystem: ECOSYSTEM_PY,
internalPackageManagerName: "pip",
},
{
tool: "pipx",
aikidoCommand: "aikido-pipx",
ecoSystem: ECOSYSTEM_PY,
internalPackageManagerName: "pip",
}
// When adding a new tool here, also update the documentation for the new tool in the README.md
];