Skip to content

Instantly share code, notes, and snippets.

@kjaymiller
Last active February 24, 2023 00:52
Show Gist options
  • Save kjaymiller/a9f28a9ad58470a69ac0be6ca4dfdf08 to your computer and use it in GitHub Desktop.
Save kjaymiller/a9f28a9ad58470a69ac0be6ca4dfdf08 to your computer and use it in GitHub Desktop.
San Diego Python 23 Feb 2023
{
"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