forked from mttu-developers/konabot
17 lines
514 B
JSON
17 lines
514 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Poetry: Export requirements.txt (Production)",
|
|
"type": "shell",
|
|
"command": "poetry export -f requirements.txt --output requirements.txt --without-hashes",
|
|
"group": "build",
|
|
"presentation": {
|
|
"reveal": "always",
|
|
"panel": "new"
|
|
},
|
|
"problemMatcher": [],
|
|
"detail": "导出生产环境依赖到 requirements.txt"
|
|
}
|
|
]
|
|
} |