diff --git a/GITGET b/GITGET index c2b78c9..73c04e5 100644 --- a/GITGET +++ b/GITGET @@ -1,7 +1,13 @@ { - "tasks": [{ - "type": "python", - "usage": "gitest", - "name": "gitest" - }] + "tasks": [ + { + "type": "pip", + "usage": "gitest", + "name": "gitest" + }, + { + "type": "python", + "usage": "python3 standalone.py", + "name": "standalone.py" + ] }