This repository has been archived on 2024-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
python-azure-example/devbox.json
2024-03-01 15:11:34 +01:00

24 lines
451 B
JSON

{
"packages": [
"just@latest",
"python@3.12",
"python312Packages.pip@latest",
"terraform@latest",
"azure-cli@latest",
"azure-functions-core-tools@latest"
],
"env": {
"VENV_DIR": ".venv"
},
"shell": {
"init_hook": [
". $VENV_DIR/bin/activate",
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}