Last active
February 24, 2023 00:52
-
-
Save kjaymiller/a9f28a9ad58470a69ac0be6ca4dfdf08 to your computer and use it in GitHub Desktop.
San Diego Python 23 Feb 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "2.0.0", | |
"tasks": [ | |
{ | |
"label": "PipTools - Compile Requirements.in", | |
"type": "shell", | |
"command" : "${command:python.interpreterPath} -m piptools compile --upgrade", | |
}, | |
{ | |
"label": "PipTools - Sync", | |
"type": "shell", | |
"command" : "${command:python.interpreterPath} -m piptools sync", | |
"dependsOn" : "PipTools - Compile Requirements.in" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment