generated from pythoninthegrasses/mvp
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevbox.json
More file actions
31 lines (31 loc) · 566 Bytes
/
devbox.json
File metadata and controls
31 lines (31 loc) · 566 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"packages": [
"python@3.11.6",
"python311Packages.pip@latest",
"poetry@latest",
"ansible-lint@latest",
"ansible@latest",
"asdf-vm@latest",
"docker@latest",
"gh@latest",
"git@latest",
"gnumake@latest",
"go-task@latest",
"minikube@latest",
"nodejs@21.4.0",
"openssl@latest",
"tilt@latest"
],
"env": {
"VENV_DIR": ".venv"
},
"shell": {
"init_hook": [
". $VENV_DIR/bin/activate",
"poetry install --no-root"
],
"scripts": {
"test": "poetry run pytest"
}
}
}