mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
More cleanup
This commit is contained in:
parent
01cc0b06c0
commit
d3a4f81b3c
3 changed files with 12 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export const PIP_PACKAGE_MANAGER = "pip";
|
||||
|
||||
// Enum of possible Python/pip invocations for Safe Chain interception
|
||||
// All supported python/pip invocations for Safe Chain interception
|
||||
export const PIP_INVOCATIONS = {
|
||||
PIP: { command: "pip", args: [] },
|
||||
PIP3: { command: "pip3", args: [] },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue