Skip to content

Instantly share code, notes, and snippets.

@Luke-Rogerson
Created July 26, 2021 20:50
Show Gist options
  • Save Luke-Rogerson/81d5c4744b6fafdcbdaee66f348e0b65 to your computer and use it in GitHub Desktop.
Save Luke-Rogerson/81d5c4744b6fafdcbdaee66f348e0b65 to your computer and use it in GitHub Desktop.
{
"version": "2.0.0",
"tasks": [
{
"label": "add_requirements",
"type": "shell",
"command": "poetry export -f requirements.txt --without-hashes > requirements.txt"
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment